Class CfnAnalysis.DecimalPlacesConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.DecimalPlacesConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.DecimalPlacesConfigurationProperty>
- Enclosing interface:
CfnAnalysis.DecimalPlacesConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.DecimalPlacesConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.DecimalPlacesConfigurationProperty>
A builder for
CfnAnalysis.DecimalPlacesConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.decimalPlaces
(Number decimalPlaces) Sets the value ofCfnAnalysis.DecimalPlacesConfigurationProperty.getDecimalPlaces()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decimalPlaces
@Stability(Stable) public CfnAnalysis.DecimalPlacesConfigurationProperty.Builder decimalPlaces(Number decimalPlaces) Sets the value ofCfnAnalysis.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<CfnAnalysis.DecimalPlacesConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.DecimalPlacesConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-