Interface HeatMapAggregatedFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HeatMapAggregatedFieldWells.Builder,
,HeatMapAggregatedFieldWells> SdkBuilder<HeatMapAggregatedFieldWells.Builder,
,HeatMapAggregatedFieldWells> SdkPojo
- Enclosing class:
HeatMapAggregatedFieldWells
@Mutable
@NotThreadSafe
public static interface HeatMapAggregatedFieldWells.Builder
extends SdkPojo, CopyableBuilder<HeatMapAggregatedFieldWells.Builder,HeatMapAggregatedFieldWells>
-
Method Summary
Modifier and TypeMethodDescriptioncolumns
(Collection<DimensionField> columns) The columns field well of a heat map.columns
(Consumer<DimensionField.Builder>... columns) The columns field well of a heat map.columns
(DimensionField... columns) The columns field well of a heat map.rows
(Collection<DimensionField> rows) The rows field well of a heat map.rows
(Consumer<DimensionField.Builder>... rows) The rows field well of a heat map.rows
(DimensionField... rows) The rows field well of a heat map.values
(Collection<MeasureField> values) The values field well of a heat map.values
(Consumer<MeasureField.Builder>... values) The values field well of a heat map.values
(MeasureField... values) The values field well of a heat map.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 Details
-
rows
The rows field well of a heat map.
- Parameters:
rows
- The rows field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
The rows field well of a heat map.
- Parameters:
rows
- The rows field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rows
The rows field well of a heat map.
This is a convenience method that creates an instance of theDimensionField.Builder
avoiding the need to create one manually viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torows(List<DimensionField>)
.- Parameters:
rows
- 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:
-
columns
The columns field well of a heat map.
- Parameters:
columns
- The columns field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The columns field well of a heat map.
- Parameters:
columns
- The columns field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
columns
The columns field well of a heat map.
This is a convenience method that creates an instance of theDimensionField.Builder
avoiding the need to create one manually viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumns(List<DimensionField>)
.- Parameters:
columns
- 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:
-
values
The values field well of a heat map.
- Parameters:
values
- The values field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values field well of a heat map.
- Parameters:
values
- The values field well of a heat map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The values field well of a heat map.
This is a convenience method that creates an instance of theMeasureField.Builder
avoiding the need to create one manually viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalues(List<MeasureField>)
.- 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:
-