Class CfnDashboard.DecimalDefaultValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.DecimalDefaultValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.DecimalDefaultValuesProperty>
- Enclosing interface:
CfnDashboard.DecimalDefaultValuesProperty
@Stability(Stable)
public static final class CfnDashboard.DecimalDefaultValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.DecimalDefaultValuesProperty>
A builder for
CfnDashboard.DecimalDefaultValuesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dynamicValue
(IResolvable dynamicValue) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getDynamicValue()
dynamicValue
(CfnDashboard.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getDynamicValue()
staticValues
(List<? extends Number> staticValues) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getStaticValues()
staticValues
(IResolvable staticValues) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getStaticValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicValue
@Stability(Stable) public CfnDashboard.DecimalDefaultValuesProperty.Builder dynamicValue(IResolvable dynamicValue) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getDynamicValue()
- Parameters:
dynamicValue
- The dynamic value of theDecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.- Returns:
this
-
dynamicValue
@Stability(Stable) public CfnDashboard.DecimalDefaultValuesProperty.Builder dynamicValue(CfnDashboard.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getDynamicValue()
- Parameters:
dynamicValue
- The dynamic value of theDecimalDefaultValues
. Different defaults are displayed according to users, groups, and values mapping.- Returns:
this
-
staticValues
@Stability(Stable) public CfnDashboard.DecimalDefaultValuesProperty.Builder staticValues(IResolvable staticValues) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getStaticValues()
- Parameters:
staticValues
- The static values of theDecimalDefaultValues
.- Returns:
this
-
staticValues
@Stability(Stable) public CfnDashboard.DecimalDefaultValuesProperty.Builder staticValues(List<? extends Number> staticValues) Sets the value ofCfnDashboard.DecimalDefaultValuesProperty.getStaticValues()
- Parameters:
staticValues
- The static values of theDecimalDefaultValues
.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.DecimalDefaultValuesProperty>
- Returns:
- a new instance of
CfnDashboard.DecimalDefaultValuesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-