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