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