@Stability(value=Stable) public static final class CfnStackSet.ParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStackSet.ParameterProperty>
CfnStackSet.ParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStackSet.ParameterProperty |
build()
Builds the configured instance.
|
CfnStackSet.ParameterProperty.Builder |
parameterKey(String parameterKey)
Sets the value of
CfnStackSet.ParameterProperty.getParameterKey() |
CfnStackSet.ParameterProperty.Builder |
parameterValue(String parameterValue)
Sets the value of
CfnStackSet.ParameterProperty.getParameterValue() |
@Stability(value=Stable) public CfnStackSet.ParameterProperty.Builder parameterKey(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@Stability(value=Stable) public CfnStackSet.ParameterProperty.Builder parameterValue(String parameterValue)
CfnStackSet.ParameterProperty.getParameterValue()parameterValue - The input value associated with the parameter. This parameter is required.this@Stability(value=Stable) public CfnStackSet.ParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnStackSet.ParameterProperty>CfnStackSet.ParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.