Interface ScatterPlotCategoricallyAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ScatterPlotCategoricallyAggregatedFieldWells.Builder,ScatterPlotCategoricallyAggregatedFieldWells>,SdkBuilder<ScatterPlotCategoricallyAggregatedFieldWells.Builder,ScatterPlotCategoricallyAggregatedFieldWells>,SdkPojo
- Enclosing class:
- ScatterPlotCategoricallyAggregatedFieldWells
@Mutable @NotThreadSafe public static interface ScatterPlotCategoricallyAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<ScatterPlotCategoricallyAggregatedFieldWells.Builder,ScatterPlotCategoricallyAggregatedFieldWells>
-
-
Method Summary
-
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
-
xAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(Collection<MeasureField> xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
- Parameters:
xAxis- The x-axis field well of a scatter plot.The x-axis is aggregated by category.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(MeasureField... xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
- Parameters:
xAxis- The x-axis field well of a scatter plot.The x-axis is aggregated by category.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
xAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder xAxis(Consumer<MeasureField.Builder>... xAxis)
The x-axis field well of a scatter plot.
The x-axis is aggregated by category.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#xAxis(List.) - Parameters:
xAxis- a consumer that will call methods onMeasureField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#xAxis(java.util.Collection)
-
yAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(Collection<MeasureField> yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
- Parameters:
yAxis- The y-axis field well of a scatter plot.The y-axis is aggregated by category.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
yAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(MeasureField... yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
- Parameters:
yAxis- The y-axis field well of a scatter plot.The y-axis is aggregated by category.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
yAxis
ScatterPlotCategoricallyAggregatedFieldWells.Builder yAxis(Consumer<MeasureField.Builder>... yAxis)
The y-axis field well of a scatter plot.
The y-axis is aggregated by category.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#yAxis(List.) - Parameters:
yAxis- a consumer that will call methods onMeasureField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#yAxis(java.util.Collection)
-
category
ScatterPlotCategoricallyAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category field well of a scatter plot.
- Parameters:
category- The category field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ScatterPlotCategoricallyAggregatedFieldWells.Builder category(DimensionField... category)
The category field well of a scatter plot.
- Parameters:
category- The category field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ScatterPlotCategoricallyAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category field well of a scatter plot.
This is a convenience method that creates an instance of theDimensionField.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#category(List.) - Parameters:
category- a consumer that will call methods onDimensionField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#category(java.util.Collection)
-
size
ScatterPlotCategoricallyAggregatedFieldWells.Builder size(Collection<MeasureField> size)
The size field well of a scatter plot.
- Parameters:
size- The size field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
ScatterPlotCategoricallyAggregatedFieldWells.Builder size(MeasureField... size)
The size field well of a scatter plot.
- Parameters:
size- The size field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
ScatterPlotCategoricallyAggregatedFieldWells.Builder size(Consumer<MeasureField.Builder>... size)
The size field well of a scatter plot.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#size(List.) - Parameters:
size- a consumer that will call methods onMeasureField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#size(java.util.Collection)
-
label
ScatterPlotCategoricallyAggregatedFieldWells.Builder label(Collection<DimensionField> label)
The label field well of a scatter plot.
- Parameters:
label- The label field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
ScatterPlotCategoricallyAggregatedFieldWells.Builder label(DimensionField... label)
The label field well of a scatter plot.
- Parameters:
label- The label field well of a scatter plot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
label
ScatterPlotCategoricallyAggregatedFieldWells.Builder label(Consumer<DimensionField.Builder>... label)
The label field well of a scatter plot.
This is a convenience method that creates an instance of theDimensionField.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#label(List.) - Parameters:
label- a consumer that will call methods onDimensionField.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#label(java.util.Collection)
-
-