Class CfnDashboard.NullValueFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.NullValueFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.NullValueFormatConfigurationProperty>
- Enclosing interface:
CfnDashboard.NullValueFormatConfigurationProperty
@Stability(Stable)
public static final class CfnDashboard.NullValueFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.NullValueFormatConfigurationProperty>
A builder for
CfnDashboard.NullValueFormatConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.nullString
(String nullString) Sets the value ofCfnDashboard.NullValueFormatConfigurationProperty.getNullString()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
nullString
@Stability(Stable) public CfnDashboard.NullValueFormatConfigurationProperty.Builder nullString(String nullString) Sets the value ofCfnDashboard.NullValueFormatConfigurationProperty.getNullString()
- Parameters:
nullString
- Determines the null string of null values. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.NullValueFormatConfigurationProperty>
- Returns:
- a new instance of
CfnDashboard.NullValueFormatConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-