Class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty>
-
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 CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.Builder customValue(String customValue) - Parameters:
customValue- A custom value that's used when the value of a parameter isn't set.- Returns:
this
-
valueWhenUnsetOption
@Stability(Stable) public CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.Builder valueWhenUnsetOption(String valueWhenUnsetOption) Sets the value ofCfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty.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
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.StringValueWhenUnsetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-