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