Interface Palette.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Palette.Builder,Palette>,SdkBuilder<Palette.Builder,Palette>,SdkPojo
- Enclosing class:
- Palette
@Mutable @NotThreadSafe public static interface Palette.Builder extends SdkPojo, CopyableBuilder<Palette.Builder,Palette>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Palette.Builderbackground(String background)The background color.Palette.Builderforeground(String foreground)The foreground color.-
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
-
foreground
Palette.Builder foreground(String foreground)
The foreground color.
- Parameters:
foreground- The foreground color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
background
Palette.Builder background(String background)
The background color.
- Parameters:
background- The background color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-