Class CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty>
A builder for
CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.groupingStyle(String groupingStyle) Sets the value ofCfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.getSymbol()visibility(String visibility) Sets the value ofCfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupingStyle
@Stability(Stable) public CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder groupingStyle(String groupingStyle) - Parameters:
groupingStyle- Determines the way numbers are styled to accommodate different readability standards. TheDEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.- Returns:
this
-
symbol
@Stability(Stable) public CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder symbol(String symbol) Sets the value ofCfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.getSymbol()- Parameters:
symbol- Determines the thousands separator symbol.- Returns:
this
-
visibility
@Stability(Stable) public CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnTemplatePropsMixin.ThousandSeparatorOptionsProperty.getVisibility()- Parameters:
visibility- Determines the visibility of the thousands separator.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.ThousandSeparatorOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-