Interface ContextualAccentPalette.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContextualAccentPalette.Builder,
,ContextualAccentPalette> SdkBuilder<ContextualAccentPalette.Builder,
,ContextualAccentPalette> SdkPojo
- Enclosing class:
ContextualAccentPalette
@Mutable
@NotThreadSafe
public static interface ContextualAccentPalette.Builder
extends SdkPojo, CopyableBuilder<ContextualAccentPalette.Builder,ContextualAccentPalette>
-
Method Summary
Modifier and TypeMethodDescriptiondefault ContextualAccentPalette.Builder
automation
(Consumer<Palette.Builder> automation) Sets the value of the Automation property for this object.automation
(Palette automation) Sets the value of the Automation property for this object.default ContextualAccentPalette.Builder
connection
(Consumer<Palette.Builder> connection) Sets the value of the Connection property for this object.connection
(Palette connection) Sets the value of the Connection property for this object.default ContextualAccentPalette.Builder
insight
(Consumer<Palette.Builder> insight) Sets the value of the Insight property for this object.Sets the value of the Insight property for this object.default ContextualAccentPalette.Builder
visualization
(Consumer<Palette.Builder> visualization) Sets the value of the Visualization property for this object.visualization
(Palette visualization) Sets the value of the Visualization property for this object.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
-
connection
Sets the value of the Connection property for this object.- Parameters:
connection
- The new value for the Connection property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connection
Sets the value of the Connection property for this object. This is a convenience method that creates an instance of thePalette.Builder
avoiding the need to create one manually viaPalette.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconnection(Palette)
.- Parameters:
connection
- a consumer that will call methods onPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualization
Sets the value of the Visualization property for this object.- Parameters:
visualization
- The new value for the Visualization property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualization
Sets the value of the Visualization property for this object. This is a convenience method that creates an instance of thePalette.Builder
avoiding the need to create one manually viaPalette.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovisualization(Palette)
.- Parameters:
visualization
- a consumer that will call methods onPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
insight
Sets the value of the Insight property for this object.- Parameters:
insight
- The new value for the Insight property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
insight
Sets the value of the Insight property for this object. This is a convenience method that creates an instance of thePalette.Builder
avoiding the need to create one manually viaPalette.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinsight(Palette)
.- Parameters:
insight
- a consumer that will call methods onPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
automation
Sets the value of the Automation property for this object.- Parameters:
automation
- The new value for the Automation property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
automation
Sets the value of the Automation property for this object. This is a convenience method that creates an instance of thePalette.Builder
avoiding the need to create one manually viaPalette.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toautomation(Palette)
.- Parameters:
automation
- a consumer that will call methods onPalette.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-