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