Class CfnDashboard.CustomActionSetParametersOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.CustomActionSetParametersOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.CustomActionSetParametersOperationProperty>
- Enclosing interface:
CfnDashboard.CustomActionSetParametersOperationProperty
@Stability(Stable)
public static final class CfnDashboard.CustomActionSetParametersOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.CustomActionSetParametersOperationProperty>
A builder for
CfnDashboard.CustomActionSetParametersOperationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.parameterValueConfigurations
(List<? extends Object> parameterValueConfigurations) parameterValueConfigurations
(IResolvable parameterValueConfigurations)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterValueConfigurations
@Stability(Stable) public CfnDashboard.CustomActionSetParametersOperationProperty.Builder parameterValueConfigurations(IResolvable parameterValueConfigurations) Sets the value ofCfnDashboard.CustomActionSetParametersOperationProperty.getParameterValueConfigurations()
- Parameters:
parameterValueConfigurations
- The parameter that determines the value configuration. This parameter is required.- Returns:
this
-
parameterValueConfigurations
@Stability(Stable) public CfnDashboard.CustomActionSetParametersOperationProperty.Builder parameterValueConfigurations(List<? extends Object> parameterValueConfigurations) Sets the value ofCfnDashboard.CustomActionSetParametersOperationProperty.getParameterValueConfigurations()
- Parameters:
parameterValueConfigurations
- The parameter that determines the value configuration. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.CustomActionSetParametersOperationProperty>
- Returns:
- a new instance of
CfnDashboard.CustomActionSetParametersOperationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-