Interface BarChartAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BarChartAggregatedFieldWells.Builder,BarChartAggregatedFieldWells>,SdkBuilder<BarChartAggregatedFieldWells.Builder,BarChartAggregatedFieldWells>,SdkPojo
- Enclosing class:
- BarChartAggregatedFieldWells
public static interface BarChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<BarChartAggregatedFieldWells.Builder,BarChartAggregatedFieldWells>
-
-
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, sdkFields
-
-
-
-
Method Detail
-
category
BarChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category (y-axis) field well of a bar chart.
- Parameters:
category- The category (y-axis) field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
BarChartAggregatedFieldWells.Builder category(DimensionField... category)
The category (y-axis) field well of a bar chart.
- Parameters:
category- The category (y-axis) field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
BarChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category (y-axis) field well of a bar chart.
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)
-
values
BarChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a bar chart. Values are aggregated by category.
- Parameters:
values- The value field wells of a bar chart. Values are aggregated by category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
BarChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a bar chart. Values are aggregated by category.
- Parameters:
values- The value field wells of a bar chart. Values are aggregated by category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
BarChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a bar chart. Values are 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#values(List.) - Parameters:
values- 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:
#values(java.util.Collection)
-
colors
BarChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color (group/color) field well of a bar chart.
- Parameters:
colors- The color (group/color) field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
BarChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The color (group/color) field well of a bar chart.
- Parameters:
colors- The color (group/color) field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
BarChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color (group/color) field well of a bar chart.
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#colors(List.) - Parameters:
colors- 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:
#colors(java.util.Collection)
-
smallMultiples
BarChartAggregatedFieldWells.Builder smallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a bar chart.
- Parameters:
smallMultiples- The small multiples field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiples
BarChartAggregatedFieldWells.Builder smallMultiples(DimensionField... smallMultiples)
The small multiples field well of a bar chart.
- Parameters:
smallMultiples- The small multiples field well of a bar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiples
BarChartAggregatedFieldWells.Builder smallMultiples(Consumer<DimensionField.Builder>... smallMultiples)
The small multiples field well of a bar chart.
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#smallMultiples(List.) - Parameters:
smallMultiples- 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:
#smallMultiples(java.util.Collection)
-
-