Class CfnAnalysis.NumericSeparatorConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.NumericSeparatorConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.NumericSeparatorConfigurationProperty>
- Enclosing interface:
CfnAnalysis.NumericSeparatorConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.NumericSeparatorConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.NumericSeparatorConfigurationProperty>
A builder for
CfnAnalysis.NumericSeparatorConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.decimalSeparator
(String decimalSeparator) Sets the value ofCfnAnalysis.NumericSeparatorConfigurationProperty.getDecimalSeparator()
thousandsSeparator
(IResolvable thousandsSeparator) thousandsSeparator
(CfnAnalysis.ThousandSeparatorOptionsProperty thousandsSeparator)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decimalSeparator
@Stability(Stable) public CfnAnalysis.NumericSeparatorConfigurationProperty.Builder decimalSeparator(String decimalSeparator) Sets the value ofCfnAnalysis.NumericSeparatorConfigurationProperty.getDecimalSeparator()
- Parameters:
decimalSeparator
- Determines the decimal separator.- Returns:
this
-
thousandsSeparator
@Stability(Stable) public CfnAnalysis.NumericSeparatorConfigurationProperty.Builder thousandsSeparator(IResolvable thousandsSeparator) - Parameters:
thousandsSeparator
- The options that determine the thousands separator configuration.- Returns:
this
-
thousandsSeparator
@Stability(Stable) public CfnAnalysis.NumericSeparatorConfigurationProperty.Builder thousandsSeparator(CfnAnalysis.ThousandSeparatorOptionsProperty thousandsSeparator) - Parameters:
thousandsSeparator
- The options that determine the thousands separator configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.NumericSeparatorConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.NumericSeparatorConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-