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