Interface ScatterPlotSortConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScatterPlotSortConfiguration.Builder,ScatterPlotSortConfiguration>,SdkBuilder<ScatterPlotSortConfiguration.Builder,ScatterPlotSortConfiguration>,SdkPojo
- Enclosing class:
- ScatterPlotSortConfiguration
@Mutable @NotThreadSafe public static interface ScatterPlotSortConfiguration.Builder extends SdkPojo, CopyableBuilder<ScatterPlotSortConfiguration.Builder,ScatterPlotSortConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ScatterPlotSortConfiguration.BuilderscatterPlotLimitConfiguration(Consumer<ItemsLimitConfiguration.Builder> scatterPlotLimitConfiguration)Sets the value of the ScatterPlotLimitConfiguration property for this object.ScatterPlotSortConfiguration.BuilderscatterPlotLimitConfiguration(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaItemsLimitConfiguration.builder().When the
Consumercompletes,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:
scatterPlotLimitConfiguration(ItemsLimitConfiguration)
-
-