Class CfnTemplate.SetParameterValueConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnTemplate.SetParameterValueConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplate.SetParameterValueConfigurationProperty>
- Enclosing interface:
CfnTemplate.SetParameterValueConfigurationProperty
@Stability(Stable)
public static final class CfnTemplate.SetParameterValueConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplate.SetParameterValueConfigurationProperty>
A builder for
CfnTemplate.SetParameterValueConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationParameterName(String destinationParameterName) value(IResolvable value) Sets the value ofCfnTemplate.SetParameterValueConfigurationProperty.getValue()Sets the value ofCfnTemplate.SetParameterValueConfigurationProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationParameterName
@Stability(Stable) public CfnTemplate.SetParameterValueConfigurationProperty.Builder destinationParameterName(String destinationParameterName) - Parameters:
destinationParameterName- The destination parameter name of theSetParameterValueConfiguration. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public CfnTemplate.SetParameterValueConfigurationProperty.Builder value(IResolvable value) Sets the value ofCfnTemplate.SetParameterValueConfigurationProperty.getValue()- Parameters:
value- the value to be set. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public CfnTemplate.SetParameterValueConfigurationProperty.Builder value(CfnTemplate.DestinationParameterValueConfigurationProperty value) Sets the value ofCfnTemplate.SetParameterValueConfigurationProperty.getValue()- Parameters:
value- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplate.SetParameterValueConfigurationProperty>- Returns:
- a new instance of
CfnTemplate.SetParameterValueConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-