Class CfnStackSetPropsMixin.ParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnStackSetPropsMixin.ParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnStackSetPropsMixin.ParameterProperty>
- Enclosing interface:
CfnStackSetPropsMixin.ParameterProperty
@Stability(Stable)
public static final class CfnStackSetPropsMixin.ParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnStackSetPropsMixin.ParameterProperty>
A builder for
CfnStackSetPropsMixin.ParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.parameterKey(String parameterKey) Sets the value ofCfnStackSetPropsMixin.ParameterProperty.getParameterKey()parameterValue(String parameterValue) Sets the value ofCfnStackSetPropsMixin.ParameterProperty.getParameterValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
parameterKey
@Stability(Stable) public CfnStackSetPropsMixin.ParameterProperty.Builder parameterKey(String parameterKey) Sets the value ofCfnStackSetPropsMixin.ParameterProperty.getParameterKey()- Parameters:
parameterKey- The key associated with the parameter. If you don't specify a key and value for a particular parameter, CloudFormation uses the default value that's specified in your template.- Returns:
this
-
parameterValue
@Stability(Stable) public CfnStackSetPropsMixin.ParameterProperty.Builder parameterValue(String parameterValue) Sets the value ofCfnStackSetPropsMixin.ParameterProperty.getParameterValue()- Parameters:
parameterValue- The input value associated with the parameter.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnStackSetPropsMixin.ParameterProperty>- Returns:
- a new instance of
CfnStackSetPropsMixin.ParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-