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