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