@Stability(value=Stable) public static final class CfnResponsePlan.SsmParameterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnResponsePlan.SsmParameterProperty>
CfnResponsePlan.SsmParameterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResponsePlan.SsmParameterProperty |
build()
Builds the configured instance.
|
CfnResponsePlan.SsmParameterProperty.Builder |
key(String key)
Sets the value of
CfnResponsePlan.SsmParameterProperty.getKey() |
CfnResponsePlan.SsmParameterProperty.Builder |
values(List<String> values)
Sets the value of
CfnResponsePlan.SsmParameterProperty.getValues() |
@Stability(value=Stable) public CfnResponsePlan.SsmParameterProperty.Builder key(String key)
CfnResponsePlan.SsmParameterProperty.getKey()key - The key parameter to use when running the automation document. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.SsmParameterProperty.Builder values(List<String> values)
CfnResponsePlan.SsmParameterProperty.getValues()values - The value parameter to use when running the automation document. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.SsmParameterProperty build()
build in interface software.amazon.jsii.Builder<CfnResponsePlan.SsmParameterProperty>CfnResponsePlan.SsmParameterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.