Interface ScatterPlotSortConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScatterPlotSortConfiguration.Builder,
,ScatterPlotSortConfiguration> SdkBuilder<ScatterPlotSortConfiguration.Builder,
,ScatterPlotSortConfiguration> SdkPojo
- Enclosing class:
ScatterPlotSortConfiguration
public static interface ScatterPlotSortConfiguration.Builder
extends SdkPojo, CopyableBuilder<ScatterPlotSortConfiguration.Builder,ScatterPlotSortConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionscatterPlotLimitConfiguration
(Consumer<ItemsLimitConfiguration.Builder> scatterPlotLimitConfiguration) Sets the value of the ScatterPlotLimitConfiguration property for this object.scatterPlotLimitConfiguration
(ItemsLimitConfiguration scatterPlotLimitConfiguration) Sets the value of the ScatterPlotLimitConfiguration 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, sdkFields
-
Method Details
-
scatterPlotLimitConfiguration
ScatterPlotSortConfiguration.Builder scatterPlotLimitConfiguration(ItemsLimitConfiguration scatterPlotLimitConfiguration) Sets the value of the ScatterPlotLimitConfiguration property for this object.- Parameters:
scatterPlotLimitConfiguration
- The new value for the ScatterPlotLimitConfiguration property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scatterPlotLimitConfiguration
default ScatterPlotSortConfiguration.Builder scatterPlotLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> scatterPlotLimitConfiguration) Sets the value of the ScatterPlotLimitConfiguration property for this object. This is a convenience method that creates an instance of theItemsLimitConfiguration.Builder
avoiding the need to create one manually viaItemsLimitConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscatterPlotLimitConfiguration(ItemsLimitConfiguration)
.- Parameters:
scatterPlotLimitConfiguration
- a consumer that will call methods onItemsLimitConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-