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