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