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