public static final class CfnStackSet.ParameterProperty.Builder
extends java.lang.Object
CfnStackSet.ParameterProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnStackSet.ParameterProperty |
build()
Builds the configured instance.
|
CfnStackSet.ParameterProperty.Builder |
parameterKey(java.lang.String parameterKey)
Sets the value of
CfnStackSet.ParameterProperty.getParameterKey() |
CfnStackSet.ParameterProperty.Builder |
parameterValue(java.lang.String parameterValue)
Sets the value of
CfnStackSet.ParameterProperty.getParameterValue() |
public CfnStackSet.ParameterProperty.Builder parameterKey(java.lang.String parameterKey)
CfnStackSet.ParameterProperty.getParameterKey()
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.this
public CfnStackSet.ParameterProperty.Builder parameterValue(java.lang.String parameterValue)
CfnStackSet.ParameterProperty.getParameterValue()
parameterValue
- The input value associated with the parameter. This parameter is required.this
public CfnStackSet.ParameterProperty build()
CfnStackSet.ParameterProperty
java.lang.NullPointerException
- if any required attribute was not provided