Class CfnDashboard.GaugeChartFieldWellsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.GaugeChartFieldWellsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.GaugeChartFieldWellsProperty>
- Enclosing interface:
CfnDashboard.GaugeChartFieldWellsProperty
@Stability(Stable)
public static final class CfnDashboard.GaugeChartFieldWellsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.GaugeChartFieldWellsProperty>
A builder for
CfnDashboard.GaugeChartFieldWellsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.targetValues(List<? extends Object> targetValues) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getTargetValues()targetValues(IResolvable targetValues) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getTargetValues()Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getValues()values(IResolvable values) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
targetValues
@Stability(Stable) public CfnDashboard.GaugeChartFieldWellsProperty.Builder targetValues(IResolvable targetValues) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getTargetValues()- Parameters:
targetValues- The target value field wells of aGaugeChartVisual.- Returns:
this
-
targetValues
@Stability(Stable) public CfnDashboard.GaugeChartFieldWellsProperty.Builder targetValues(List<? extends Object> targetValues) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getTargetValues()- Parameters:
targetValues- The target value field wells of aGaugeChartVisual.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.GaugeChartFieldWellsProperty.Builder values(IResolvable values) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getValues()- Parameters:
values- The value field wells of aGaugeChartVisual.- Returns:
this
-
values
@Stability(Stable) public CfnDashboard.GaugeChartFieldWellsProperty.Builder values(List<? extends Object> values) Sets the value ofCfnDashboard.GaugeChartFieldWellsProperty.getValues()- Parameters:
values- The value field wells of aGaugeChartVisual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.GaugeChartFieldWellsProperty>- Returns:
- a new instance of
CfnDashboard.GaugeChartFieldWellsProperty - Throws:
NullPointerException- if any required attribute was not provided
-