Class CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.StringFormatConfigurationProperty>
- Enclosing interface:
CfnTemplatePropsMixin.StringFormatConfigurationProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.StringFormatConfigurationProperty>
A builder for
CfnTemplatePropsMixin.StringFormatConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.nullValueFormatConfiguration(CfnTemplatePropsMixin.NullValueFormatConfigurationProperty nullValueFormatConfiguration) nullValueFormatConfiguration(IResolvable nullValueFormatConfiguration) numericFormatConfiguration(CfnTemplatePropsMixin.NumericFormatConfigurationProperty numericFormatConfiguration) numericFormatConfiguration(IResolvable numericFormatConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nullValueFormatConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder nullValueFormatConfiguration(IResolvable nullValueFormatConfiguration) Sets the value ofCfnTemplatePropsMixin.StringFormatConfigurationProperty.getNullValueFormatConfiguration()- Parameters:
nullValueFormatConfiguration- The options that determine the null value format configuration.- Returns:
this
-
nullValueFormatConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder nullValueFormatConfiguration(CfnTemplatePropsMixin.NullValueFormatConfigurationProperty nullValueFormatConfiguration) Sets the value ofCfnTemplatePropsMixin.StringFormatConfigurationProperty.getNullValueFormatConfiguration()- Parameters:
nullValueFormatConfiguration- The options that determine the null value format configuration.- Returns:
this
-
numericFormatConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder numericFormatConfiguration(IResolvable numericFormatConfiguration) Sets the value ofCfnTemplatePropsMixin.StringFormatConfigurationProperty.getNumericFormatConfiguration()- Parameters:
numericFormatConfiguration- The formatting configuration for numeric strings.- Returns:
this
-
numericFormatConfiguration
@Stability(Stable) public CfnTemplatePropsMixin.StringFormatConfigurationProperty.Builder numericFormatConfiguration(CfnTemplatePropsMixin.NumericFormatConfigurationProperty numericFormatConfiguration) Sets the value ofCfnTemplatePropsMixin.StringFormatConfigurationProperty.getNumericFormatConfiguration()- Parameters:
numericFormatConfiguration- The formatting configuration for numeric strings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.StringFormatConfigurationProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.StringFormatConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-