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