Class CfnDashboard.ThousandSeparatorOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.ThousandSeparatorOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.ThousandSeparatorOptionsProperty>
- Enclosing interface:
- CfnDashboard.ThousandSeparatorOptionsProperty
@Stability(Stable)
public static final class CfnDashboard.ThousandSeparatorOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.ThousandSeparatorOptionsProperty>
A builder for
CfnDashboard.ThousandSeparatorOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnDashboard.ThousandSeparatorOptionsProperty.getSymbol()visibility(String visibility) Sets the value ofCfnDashboard.ThousandSeparatorOptionsProperty.getVisibility()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
symbol
@Stability(Stable) public CfnDashboard.ThousandSeparatorOptionsProperty.Builder symbol(String symbol) Sets the value ofCfnDashboard.ThousandSeparatorOptionsProperty.getSymbol()- Parameters:
symbol- Determines the thousands separator symbol.- Returns:
this
-
visibility
@Stability(Stable) public CfnDashboard.ThousandSeparatorOptionsProperty.Builder visibility(String visibility) Sets the value ofCfnDashboard.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<CfnDashboard.ThousandSeparatorOptionsProperty>- Returns:
- a new instance of
CfnDashboard.ThousandSeparatorOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-