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