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