Interface PaletteHeader.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaletteHeader.Builder,,PaletteHeader> SdkBuilder<PaletteHeader.Builder,,PaletteHeader> SdkPojo
- Enclosing class:
PaletteHeader
@Mutable
@NotThreadSafe
public static interface PaletteHeader.Builder
extends SdkPojo, CopyableBuilder<PaletteHeader.Builder,PaletteHeader>
-
Method Summary
Modifier and TypeMethodDescriptionbackground(String background) The background color of the header.invertActionsColors(Boolean invertActionsColors) Whether to invert the colors of action buttons in the header.The text color in the header.The text color when hovering over header elements.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 header.
- Parameters:
background- The background color of the header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text color in the header.
- Parameters:
text- The text color in the header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textHover
The text color when hovering over header elements.
- Parameters:
textHover- The text color when hovering over header elements.- 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 header.
- Parameters:
invertActionsColors- Whether to invert the colors of action buttons in the header.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-