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