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