Interface GaugeChartFieldWells.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GaugeChartFieldWells.Builder,
,GaugeChartFieldWells> SdkBuilder<GaugeChartFieldWells.Builder,
,GaugeChartFieldWells> SdkPojo
- Enclosing class:
GaugeChartFieldWells
@Mutable
@NotThreadSafe
public static interface GaugeChartFieldWells.Builder
extends SdkPojo, CopyableBuilder<GaugeChartFieldWells.Builder,GaugeChartFieldWells>
-
Method Summary
Modifier and TypeMethodDescriptiontargetValues
(Collection<MeasureField> targetValues) The target value field wells of aGaugeChartVisual
.targetValues
(Consumer<MeasureField.Builder>... targetValues) The target value field wells of aGaugeChartVisual
.targetValues
(MeasureField... targetValues) The target value field wells of aGaugeChartVisual
.values
(Collection<MeasureField> values) The value field wells of aGaugeChartVisual
.values
(Consumer<MeasureField.Builder>... values) The value field wells of aGaugeChartVisual
.values
(MeasureField... values) The value field wells of aGaugeChartVisual
.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
-
values
The value field wells of a
GaugeChartVisual
.- Parameters:
values
- The value field wells of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value field wells of a
GaugeChartVisual
.- Parameters:
values
- The value field wells of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value field wells of a
This is a convenience method that creates an instance of theGaugeChartVisual
.MeasureField.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:
-
targetValues
The target value field wells of a
GaugeChartVisual
.- Parameters:
targetValues
- The target value field wells of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetValues
The target value field wells of a
GaugeChartVisual
.- Parameters:
targetValues
- The target value field wells of aGaugeChartVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetValues
The target value field wells of a
This is a convenience method that creates an instance of theGaugeChartVisual
.MeasureField.Builder
avoiding the need to create one manually viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totargetValues(List<MeasureField>)
.- Parameters:
targetValues
- 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:
-