Class CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customValue(String customValue) valueWhenUnsetOption(String valueWhenUnsetOption)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customValue
@Stability(Stable) public CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.Builder customValue(String customValue) Sets the value ofCfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.getCustomValue()- Parameters:
customValue- A custom value that's used when the value of a parameter isn't set.- Returns:
this
-
valueWhenUnsetOption
@Stability(Stable) public CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.Builder valueWhenUnsetOption(String valueWhenUnsetOption) Sets the value ofCfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty.getValueWhenUnsetOption()- Parameters:
valueWhenUnsetOption- The built-in options for default values. The value can be one of the following:.RECOMMENDED: The recommended value.NULL: TheNULLvalue.
- Returns:
this
-
build
@Stability(Stable) public CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-