Interface ScatterPlotFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScatterPlotFieldWells.Builder,
,ScatterPlotFieldWells> SdkBuilder<ScatterPlotFieldWells.Builder,
,ScatterPlotFieldWells> SdkPojo
- Enclosing class:
ScatterPlotFieldWells
-
Method Summary
Modifier and TypeMethodDescriptiondefault ScatterPlotFieldWells.Builder
scatterPlotCategoricallyAggregatedFieldWells
(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells) The aggregated field wells of a scatter plot.scatterPlotCategoricallyAggregatedFieldWells
(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells) The aggregated field wells of a scatter plot.default ScatterPlotFieldWells.Builder
scatterPlotUnaggregatedFieldWells
(Consumer<ScatterPlotUnaggregatedFieldWells.Builder> scatterPlotUnaggregatedFieldWells) The unaggregated field wells of a scatter plot.scatterPlotUnaggregatedFieldWells
(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells) The unaggregated field wells of a scatter plot.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
-
scatterPlotCategoricallyAggregatedFieldWells
ScatterPlotFieldWells.Builder scatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells) The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
- Parameters:
scatterPlotCategoricallyAggregatedFieldWells
- The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scatterPlotCategoricallyAggregatedFieldWells
default ScatterPlotFieldWells.Builder scatterPlotCategoricallyAggregatedFieldWells(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells) The aggregated field wells of a scatter plot. The x and y-axes of scatter plots with aggregated field wells are aggregated by category, label, or both.
This is a convenience method that creates an instance of theScatterPlotCategoricallyAggregatedFieldWells.Builder
avoiding the need to create one manually viaScatterPlotCategoricallyAggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells)
.- Parameters:
scatterPlotCategoricallyAggregatedFieldWells
- a consumer that will call methods onScatterPlotCategoricallyAggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scatterPlotUnaggregatedFieldWells
ScatterPlotFieldWells.Builder scatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells scatterPlotUnaggregatedFieldWells) The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
- Parameters:
scatterPlotUnaggregatedFieldWells
- The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scatterPlotUnaggregatedFieldWells
default ScatterPlotFieldWells.Builder scatterPlotUnaggregatedFieldWells(Consumer<ScatterPlotUnaggregatedFieldWells.Builder> scatterPlotUnaggregatedFieldWells) The unaggregated field wells of a scatter plot. The x and y-axes of these scatter plots are unaggregated.
This is a convenience method that creates an instance of theScatterPlotUnaggregatedFieldWells.Builder
avoiding the need to create one manually viaScatterPlotUnaggregatedFieldWells.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toscatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells)
.- Parameters:
scatterPlotUnaggregatedFieldWells
- a consumer that will call methods onScatterPlotUnaggregatedFieldWells.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-