Interface ComboChartAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>,SdkBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>,SdkPojo
- Enclosing class:
- ComboChartAggregatedFieldWells
@Mutable @NotThreadSafe public static interface ComboChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<ComboChartAggregatedFieldWells.Builder,ComboChartAggregatedFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComboChartAggregatedFieldWells.BuilderbarValues(Collection<MeasureField> barValues)The aggregatedBarValuesfield well of a combo chart.ComboChartAggregatedFieldWells.BuilderbarValues(Consumer<MeasureField.Builder>... barValues)The aggregatedBarValuesfield well of a combo chart.ComboChartAggregatedFieldWells.BuilderbarValues(MeasureField... barValues)The aggregatedBarValuesfield well of a combo chart.ComboChartAggregatedFieldWells.Buildercategory(Collection<DimensionField> category)The aggregated category field wells of a combo chart.ComboChartAggregatedFieldWells.Buildercategory(Consumer<DimensionField.Builder>... category)The aggregated category field wells of a combo chart.ComboChartAggregatedFieldWells.Buildercategory(DimensionField... category)The aggregated category field wells of a combo chart.ComboChartAggregatedFieldWells.Buildercolors(Collection<DimensionField> colors)The aggregated colors field well of a combo chart.ComboChartAggregatedFieldWells.Buildercolors(Consumer<DimensionField.Builder>... colors)The aggregated colors field well of a combo chart.ComboChartAggregatedFieldWells.Buildercolors(DimensionField... colors)The aggregated colors field well of a combo chart.ComboChartAggregatedFieldWells.BuilderlineValues(Collection<MeasureField> lineValues)The aggregatedLineValuesfield well of a combo chart.ComboChartAggregatedFieldWells.BuilderlineValues(Consumer<MeasureField.Builder>... lineValues)The aggregatedLineValuesfield well of a combo chart.ComboChartAggregatedFieldWells.BuilderlineValues(MeasureField... lineValues)The aggregatedLineValuesfield well of a combo chart.-
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
-
category
ComboChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The aggregated category field wells of a combo chart.
- Parameters:
category- The aggregated category field wells of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ComboChartAggregatedFieldWells.Builder category(DimensionField... category)
The aggregated category field wells of a combo chart.
- Parameters:
category- The aggregated category field wells of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
ComboChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The aggregated category field wells of a combo 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)
-
barValues
ComboChartAggregatedFieldWells.Builder barValues(Collection<MeasureField> barValues)
The aggregated
BarValuesfield well of a combo chart.- Parameters:
barValues- The aggregatedBarValuesfield well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
barValues
ComboChartAggregatedFieldWells.Builder barValues(MeasureField... barValues)
The aggregated
BarValuesfield well of a combo chart.- Parameters:
barValues- The aggregatedBarValuesfield well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
barValues
ComboChartAggregatedFieldWells.Builder barValues(Consumer<MeasureField.Builder>... barValues)
The aggregated
This is a convenience method that creates an instance of theBarValuesfield well of a combo chart.MeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#barValues(List.) - Parameters:
barValues- 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:
#barValues(java.util.Collection)
-
colors
ComboChartAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The aggregated colors field well of a combo chart.
- Parameters:
colors- The aggregated colors field well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
ComboChartAggregatedFieldWells.Builder colors(DimensionField... colors)
The aggregated colors field well of a combo chart.
- Parameters:
colors- The aggregated colors field well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
ComboChartAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The aggregated colors field well of a combo 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)
-
lineValues
ComboChartAggregatedFieldWells.Builder lineValues(Collection<MeasureField> lineValues)
The aggregated
LineValuesfield well of a combo chart.- Parameters:
lineValues- The aggregatedLineValuesfield well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineValues
ComboChartAggregatedFieldWells.Builder lineValues(MeasureField... lineValues)
The aggregated
LineValuesfield well of a combo chart.- Parameters:
lineValues- The aggregatedLineValuesfield well of a combo chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lineValues
ComboChartAggregatedFieldWells.Builder lineValues(Consumer<MeasureField.Builder>... lineValues)
The aggregated
This is a convenience method that creates an instance of theLineValuesfield well of a combo chart.MeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#lineValues(List.) - Parameters:
lineValues- 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:
#lineValues(java.util.Collection)
-
-