Class CfnResponsePlan.SsmParameterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.SsmParameterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlan.SsmParameterProperty>
- Enclosing interface:
CfnResponsePlan.SsmParameterProperty
@Stability(Stable)
public static final class CfnResponsePlan.SsmParameterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlan.SsmParameterProperty>
A builder for
CfnResponsePlan.SsmParameterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnResponsePlan.SsmParameterProperty.getKey()Sets the value ofCfnResponsePlan.SsmParameterProperty.getValues()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofCfnResponsePlan.SsmParameterProperty.getKey()- Parameters:
key- The key parameter to use when running the Automation runbook. This parameter is required.- Returns:
this
-
values
Sets the value ofCfnResponsePlan.SsmParameterProperty.getValues()- Parameters:
values- The value parameter to use when running the Automation runbook. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlan.SsmParameterProperty>- Returns:
- a new instance of
CfnResponsePlan.SsmParameterProperty - Throws:
NullPointerException- if any required attribute was not provided
-