Interface LineChartAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineChartAggregatedFieldWells.Builder,LineChartAggregatedFieldWells>,SdkBuilder<LineChartAggregatedFieldWells.Builder,LineChartAggregatedFieldWells>,SdkPojo
- Enclosing class:
- LineChartAggregatedFieldWells
public static interface LineChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<LineChartAggregatedFieldWells.Builder,LineChartAggregatedFieldWells>
-
-
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
LineChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The category field wells of a line chart. Values are grouped by category fields.
- Parameters:
category- The category field wells of a line chart. Values are grouped by category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
LineChartAggregatedFieldWells.Builder category(DimensionField... category)
The category field wells of a line chart. Values are grouped by category fields.
- Parameters:
category- The category field wells of a line chart. Values are grouped by category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
LineChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The category field wells of a line chart. Values are grouped by category fields.
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
LineChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The value field wells of a line chart. Values are aggregated based on categories.
- Parameters:
values- The value field wells of a line chart. Values are aggregated based on categories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
LineChartAggregatedFieldWells.Builder values(MeasureField... values)
The value field wells of a line chart. Values are aggregated based on categories.
- Parameters:
values- The value field wells of a line chart. Values are aggregated based on categories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
LineChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The value field wells of a line chart. Values are aggregated based on categories.
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
LineChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color field wells of a line chart. Values are grouped by category fields.
- Parameters:
colors- The color field wells of a line chart. Values are grouped by category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
LineChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The color field wells of a line chart. Values are grouped by category fields.
- Parameters:
colors- The color field wells of a line chart. Values are grouped by category fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
LineChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color field wells of a line chart. Values are grouped by category fields.
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
LineChartAggregatedFieldWells.Builder smallMultiples(Collection<DimensionField> smallMultiples)
The small multiples field well of a line chart.
- Parameters:
smallMultiples- The small multiples field well of a line chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiples
LineChartAggregatedFieldWells.Builder smallMultiples(DimensionField... smallMultiples)
The small multiples field well of a line chart.
- Parameters:
smallMultiples- The small multiples field well of a line chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
smallMultiples
LineChartAggregatedFieldWells.Builder smallMultiples(Consumer<DimensionField.Builder>... smallMultiples)
The small multiples field well of a line 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)
-
-