Class CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalDefaultValuesProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DecimalDefaultValuesProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalDefaultValuesProperty>
A builder for
CfnDashboardPropsMixin.DecimalDefaultValuesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getDynamicValue()dynamicValue(IResolvable dynamicValue) Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getDynamicValue()staticValues(List<? extends Number> staticValues) Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getStaticValues()staticValues(IResolvable staticValues) Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getStaticValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dynamicValue
@Stability(Stable) public CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder dynamicValue(IResolvable dynamicValue) Sets the value ofCfnDashboardPropsMixin.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 CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder dynamicValue(CfnDashboardPropsMixin.DynamicDefaultValueProperty dynamicValue) Sets the value ofCfnDashboardPropsMixin.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 CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder staticValues(List<? extends Number> staticValues) Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getStaticValues()- Parameters:
staticValues- The static values of theDecimalDefaultValues.- Returns:
this
-
staticValues
@Stability(Stable) public CfnDashboardPropsMixin.DecimalDefaultValuesProperty.Builder staticValues(IResolvable staticValues) Sets the value ofCfnDashboardPropsMixin.DecimalDefaultValuesProperty.getStaticValues()- Parameters:
staticValues- The static values of theDecimalDefaultValues.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DecimalDefaultValuesProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DecimalDefaultValuesProperty - Throws:
NullPointerException- if any required attribute was not provided
-