Interface RowAlternateColorOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RowAlternateColorOptions.Builder,RowAlternateColorOptions>,SdkBuilder<RowAlternateColorOptions.Builder,RowAlternateColorOptions>,SdkPojo
- Enclosing class:
- RowAlternateColorOptions
@Mutable @NotThreadSafe public static interface RowAlternateColorOptions.Builder extends SdkPojo, CopyableBuilder<RowAlternateColorOptions.Builder,RowAlternateColorOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RowAlternateColorOptions.BuilderrowAlternateColors(String... rowAlternateColors)Determines the list of row alternate colors.RowAlternateColorOptions.BuilderrowAlternateColors(Collection<String> rowAlternateColors)Determines the list of row alternate colors.RowAlternateColorOptions.Builderstatus(String status)Determines the widget status.RowAlternateColorOptions.Builderstatus(WidgetStatus status)Determines the widget status.RowAlternateColorOptions.BuilderusePrimaryBackgroundColor(String usePrimaryBackgroundColor)The primary background color options for alternate rows.RowAlternateColorOptions.BuilderusePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)The primary background color options for alternate rows.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
status
RowAlternateColorOptions.Builder status(String status)
Determines the widget status.
- Parameters:
status- Determines the widget status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WidgetStatus,WidgetStatus
-
status
RowAlternateColorOptions.Builder status(WidgetStatus status)
Determines the widget status.
- Parameters:
status- Determines the widget status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WidgetStatus,WidgetStatus
-
rowAlternateColors
RowAlternateColorOptions.Builder rowAlternateColors(Collection<String> rowAlternateColors)
Determines the list of row alternate colors.
- Parameters:
rowAlternateColors- Determines the list of row alternate colors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rowAlternateColors
RowAlternateColorOptions.Builder rowAlternateColors(String... rowAlternateColors)
Determines the list of row alternate colors.
- Parameters:
rowAlternateColors- Determines the list of row alternate colors.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usePrimaryBackgroundColor
RowAlternateColorOptions.Builder usePrimaryBackgroundColor(String usePrimaryBackgroundColor)
The primary background color options for alternate rows.
- Parameters:
usePrimaryBackgroundColor- The primary background color options for alternate rows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WidgetStatus,WidgetStatus
-
usePrimaryBackgroundColor
RowAlternateColorOptions.Builder usePrimaryBackgroundColor(WidgetStatus usePrimaryBackgroundColor)
The primary background color options for alternate rows.
- Parameters:
usePrimaryBackgroundColor- The primary background color options for alternate rows.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WidgetStatus,WidgetStatus
-
-