Class CfnTemplate.DecimalPlacesConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.DecimalPlacesConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.DecimalPlacesConfigurationProperty>
- Enclosing interface:
CfnTemplate.DecimalPlacesConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.DecimalPlacesConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.DecimalPlacesConfigurationProperty>
A builder for
CfnTemplate.DecimalPlacesConfigurationProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.decimalPlaces
(Number decimalPlaces) Sets the value ofCfnTemplate.DecimalPlacesConfigurationProperty.getDecimalPlaces()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decimalPlaces
@Stability(Stable) public CfnTemplate.DecimalPlacesConfigurationProperty.Builder decimalPlaces(Number decimalPlaces) Sets the value ofCfnTemplate.DecimalPlacesConfigurationProperty.getDecimalPlaces()
- Parameters:
decimalPlaces
- The values of the decimal places. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.DecimalPlacesConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.DecimalPlacesConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-