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