Class CfnTemplate.IntegerValueWhenUnsetConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.IntegerValueWhenUnsetConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.IntegerValueWhenUnsetConfigurationProperty>
- Enclosing interface:
CfnTemplate.IntegerValueWhenUnsetConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.IntegerValueWhenUnsetConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.IntegerValueWhenUnsetConfigurationProperty>
A builder for
CfnTemplate.IntegerValueWhenUnsetConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.customValue(Number customValue) Sets the value ofCfnTemplate.IntegerValueWhenUnsetConfigurationProperty.getCustomValue()valueWhenUnsetOption(String valueWhenUnsetOption)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customValue
@Stability(Stable) public CfnTemplate.IntegerValueWhenUnsetConfigurationProperty.Builder customValue(Number customValue) Sets the value ofCfnTemplate.IntegerValueWhenUnsetConfigurationProperty.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.IntegerValueWhenUnsetConfigurationProperty.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: TheNULLvalue.
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.IntegerValueWhenUnsetConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.IntegerValueWhenUnsetConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-