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