Interface RadarChartAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RadarChartAggregatedFieldWells.Builder,RadarChartAggregatedFieldWells>,SdkBuilder<RadarChartAggregatedFieldWells.Builder,RadarChartAggregatedFieldWells>,SdkPojo
- Enclosing class:
- RadarChartAggregatedFieldWells
public static interface RadarChartAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<RadarChartAggregatedFieldWells.Builder,RadarChartAggregatedFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RadarChartAggregatedFieldWells.Buildercategory(Collection<DimensionField> category)The aggregated field well categories of a radar chart.RadarChartAggregatedFieldWells.Buildercategory(Consumer<DimensionField.Builder>... category)The aggregated field well categories of a radar chart.RadarChartAggregatedFieldWells.Buildercategory(DimensionField... category)The aggregated field well categories of a radar chart.RadarChartAggregatedFieldWells.Buildercolor(Collection<DimensionField> color)The color that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Buildercolor(Consumer<DimensionField.Builder>... color)The color that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Buildercolor(DimensionField... color)The color that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Buildervalues(Collection<MeasureField> values)The values that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Buildervalues(Consumer<MeasureField.Builder>... values)The values that are assigned to the aggregated field wells of a radar chart.RadarChartAggregatedFieldWells.Buildervalues(MeasureField... values)The values that are assigned to the aggregated field wells of a radar 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, sdkFields
-
-
-
-
Method Detail
-
category
RadarChartAggregatedFieldWells.Builder category(Collection<DimensionField> category)
The aggregated field well categories of a radar chart.
- Parameters:
category- The aggregated field well categories of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
RadarChartAggregatedFieldWells.Builder category(DimensionField... category)
The aggregated field well categories of a radar chart.
- Parameters:
category- The aggregated field well categories of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
category
RadarChartAggregatedFieldWells.Builder category(Consumer<DimensionField.Builder>... category)
The aggregated field well categories of a radar 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)
-
color
RadarChartAggregatedFieldWells.Builder color(Collection<DimensionField> color)
The color that are assigned to the aggregated field wells of a radar chart.
- Parameters:
color- The color that are assigned to the aggregated field wells of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
color
RadarChartAggregatedFieldWells.Builder color(DimensionField... color)
The color that are assigned to the aggregated field wells of a radar chart.
- Parameters:
color- The color that are assigned to the aggregated field wells of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
color
RadarChartAggregatedFieldWells.Builder color(Consumer<DimensionField.Builder>... color)
The color that are assigned to the aggregated field wells of a radar 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#color(List.) - Parameters:
color- 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:
#color(java.util.Collection)
-
values
RadarChartAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The values that are assigned to the aggregated field wells of a radar chart.
- Parameters:
values- The values that are assigned to the aggregated field wells of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
RadarChartAggregatedFieldWells.Builder values(MeasureField... values)
The values that are assigned to the aggregated field wells of a radar chart.
- Parameters:
values- The values that are assigned to the aggregated field wells of a radar chart.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
RadarChartAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The values that are assigned to the aggregated field wells of a radar chart.
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)
-
-