Class CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty>
A builder for
CfnAnalysisPropsMixin.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 CfnAnalysisPropsMixin.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<CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.DecimalPlacesConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-