Interface PaletteNavigation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaletteNavigation.Builder,,PaletteNavigation> SdkBuilder<PaletteNavigation.Builder,,PaletteNavigation> SdkPojo
- Enclosing class:
PaletteNavigation
@Mutable
@NotThreadSafe
public static interface PaletteNavigation.Builder
extends SdkPojo, CopyableBuilder<PaletteNavigation.Builder,PaletteNavigation>
-
Method Summary
Modifier and TypeMethodDescriptionbackground(String background) The background color of the navigation area.invertActionsColors(Boolean invertActionsColors) Whether to invert the colors of action buttons in the navigation area.The text color in the navigation area.textActive(String textActive) The text color for active navigation items.textBackgroundActive(String textBackgroundActive) The background color for active navigation items.textBackgroundHover(String textBackgroundHover) The background color when hovering over navigation text.The text color when hovering over navigation items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
background
The background color of the navigation area.
- Parameters:
background- The background color of the navigation area.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textBackgroundHover
The background color when hovering over navigation text.
- Parameters:
textBackgroundHover- The background color when hovering over navigation text.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textBackgroundActive
The background color for active navigation items.
- Parameters:
textBackgroundActive- The background color for active navigation items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text color in the navigation area.
- Parameters:
text- The text color in the navigation area.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textHover
The text color when hovering over navigation items.
- Parameters:
textHover- The text color when hovering over navigation items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textActive
The text color for active navigation items.
- Parameters:
textActive- The text color for active navigation items.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
invertActionsColors
Whether to invert the colors of action buttons in the navigation area.
- Parameters:
invertActionsColors- Whether to invert the colors of action buttons in the navigation area.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-