Interface ScatterPlotFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>,SdkBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>,SdkPojo
- Enclosing class:
- ScatterPlotFieldWells
@Mutable @NotThreadSafe public static interface ScatterPlotFieldWells.Builder extends SdkPojo, CopyableBuilder<ScatterPlotFieldWells.Builder,ScatterPlotFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ScatterPlotFieldWells.BuilderscatterPlotCategoricallyAggregatedFieldWells(Consumer<ScatterPlotCategoricallyAggregatedFieldWells.Builder> scatterPlotCategoricallyAggregatedFieldWells)The aggregated field wells of a scatter plot.ScatterPlotFieldWells.BuilderscatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells scatterPlotCategoricallyAggregatedFieldWells)The aggregated field wells of a scatter plot.default ScatterPlotFieldWells.BuilderscatterPlotUnaggregatedFieldWells(Consumer<ScatterPlotUnaggregatedFieldWells.Builder> scatterPlotUnaggregatedFieldWells)The unaggregated field wells of a scatter plot.ScatterPlotFieldWells.BuilderscatterPlotUnaggregatedFieldWells(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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.Builderavoiding the need to create one manually viaScatterPlotCategoricallyAggregatedFieldWells.builder().When the
Consumercompletes,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:
scatterPlotCategoricallyAggregatedFieldWells(ScatterPlotCategoricallyAggregatedFieldWells)
-
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.Builderavoiding the need to create one manually viaScatterPlotUnaggregatedFieldWells.builder().When the
Consumercompletes,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:
scatterPlotUnaggregatedFieldWells(ScatterPlotUnaggregatedFieldWells)
-
-