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
Modifier and TypeMethodDescriptionbackground
(String background) The background color.foreground
(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 Details
-
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
The background color.
- Parameters:
background
- The background color.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-