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