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