Class CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.decimalPlacesConfiguration(CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty decimalPlacesConfiguration) decimalPlacesConfiguration(IResolvable decimalPlacesConfiguration) negativeValueConfiguration(CfnDashboardPropsMixin.NegativeValueConfigurationProperty negativeValueConfiguration) negativeValueConfiguration(IResolvable negativeValueConfiguration) nullValueFormatConfiguration(CfnDashboardPropsMixin.NullValueFormatConfigurationProperty nullValueFormatConfiguration) nullValueFormatConfiguration(IResolvable nullValueFormatConfiguration) numberScale(String numberScale) separatorConfiguration(CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty separatorConfiguration) separatorConfiguration(IResolvable separatorConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decimalPlacesConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder decimalPlacesConfiguration(IResolvable decimalPlacesConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getDecimalPlacesConfiguration()- Parameters:
decimalPlacesConfiguration- The option that determines the decimal places configuration.- Returns:
this
-
decimalPlacesConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder decimalPlacesConfiguration(CfnDashboardPropsMixin.DecimalPlacesConfigurationProperty decimalPlacesConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getDecimalPlacesConfiguration()- Parameters:
decimalPlacesConfiguration- The option that determines the decimal places configuration.- Returns:
this
-
negativeValueConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder negativeValueConfiguration(IResolvable negativeValueConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getNegativeValueConfiguration()- Parameters:
negativeValueConfiguration- The options that determine the negative value configuration.- Returns:
this
-
negativeValueConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder negativeValueConfiguration(CfnDashboardPropsMixin.NegativeValueConfigurationProperty negativeValueConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getNegativeValueConfiguration()- Parameters:
negativeValueConfiguration- The options that determine the negative value configuration.- Returns:
this
-
nullValueFormatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder nullValueFormatConfiguration(IResolvable nullValueFormatConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getNullValueFormatConfiguration()- Parameters:
nullValueFormatConfiguration- The options that determine the null value format configuration.- Returns:
this
-
nullValueFormatConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder nullValueFormatConfiguration(CfnDashboardPropsMixin.NullValueFormatConfigurationProperty nullValueFormatConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getNullValueFormatConfiguration()- Parameters:
nullValueFormatConfiguration- The options that determine the null value format configuration.- Returns:
this
-
numberScale
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder numberScale(String numberScale) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getNumberScale()- Parameters:
numberScale- Determines the number scale value for the currency format.- Returns:
this
-
prefix
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder prefix(String prefix) - Parameters:
prefix- Determines the prefix value of the currency format.- Returns:
this
-
separatorConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder separatorConfiguration(IResolvable separatorConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getSeparatorConfiguration()- Parameters:
separatorConfiguration- The options that determine the numeric separator configuration.- Returns:
this
-
separatorConfiguration
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder separatorConfiguration(CfnDashboardPropsMixin.NumericSeparatorConfigurationProperty separatorConfiguration) Sets the value ofCfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.getSeparatorConfiguration()- Parameters:
separatorConfiguration- The options that determine the numeric separator configuration.- Returns:
this
-
suffix
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder suffix(String suffix) - Parameters:
suffix- Determines the suffix value of the currency format.- Returns:
this
-
symbol
@Stability(Stable) public CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty.Builder symbol(String symbol) - Parameters:
symbol- Determines the symbol for the currency format.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.CurrencyDisplayFormatConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-