Class CfnTemplate.CustomValuesConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.CustomValuesConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.CustomValuesConfigurationProperty>
- Enclosing interface:
CfnTemplate.CustomValuesConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.CustomValuesConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.CustomValuesConfigurationProperty>
A builder for
CfnTemplate.CustomValuesConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.customValues
(IResolvable customValues) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getCustomValues()
customValues
(CfnTemplate.CustomParameterValuesProperty customValues) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getCustomValues()
includeNullValue
(Boolean includeNullValue) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getIncludeNullValue()
includeNullValue
(IResolvable includeNullValue) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getIncludeNullValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
customValues
@Stability(Stable) public CfnTemplate.CustomValuesConfigurationProperty.Builder customValues(IResolvable customValues) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getCustomValues()
- Parameters:
customValues
- the value to be set. This parameter is required.- Returns:
this
-
customValues
@Stability(Stable) public CfnTemplate.CustomValuesConfigurationProperty.Builder customValues(CfnTemplate.CustomParameterValuesProperty customValues) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getCustomValues()
- Parameters:
customValues
- the value to be set. This parameter is required.- Returns:
this
-
includeNullValue
@Stability(Stable) public CfnTemplate.CustomValuesConfigurationProperty.Builder includeNullValue(Boolean includeNullValue) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getIncludeNullValue()
- Parameters:
includeNullValue
- Includes the null value in custom action parameter values.- Returns:
this
-
includeNullValue
@Stability(Stable) public CfnTemplate.CustomValuesConfigurationProperty.Builder includeNullValue(IResolvable includeNullValue) Sets the value ofCfnTemplate.CustomValuesConfigurationProperty.getIncludeNullValue()
- Parameters:
includeNullValue
- Includes the null value in custom action parameter values.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnTemplate.CustomValuesConfigurationProperty>
- Returns:
- a new instance of
CfnTemplate.CustomValuesConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-