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