Class CfnResponsePlan.ActionProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ssmincidents.CfnResponsePlan.ActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlan.ActionProperty>
- Enclosing interface:
CfnResponsePlan.ActionProperty
@Stability(Stable)
public static final class CfnResponsePlan.ActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlan.ActionProperty>
A builder for
CfnResponsePlan.ActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ssmAutomation(IResolvable ssmAutomation) Sets the value ofCfnResponsePlan.ActionProperty.getSsmAutomation()ssmAutomation(CfnResponsePlan.SsmAutomationProperty ssmAutomation) Sets the value ofCfnResponsePlan.ActionProperty.getSsmAutomation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ssmAutomation
@Stability(Stable) public CfnResponsePlan.ActionProperty.Builder ssmAutomation(IResolvable ssmAutomation) Sets the value ofCfnResponsePlan.ActionProperty.getSsmAutomation()- Parameters:
ssmAutomation- Details about the Systems Manager automation document that will be used as a runbook during an incident.- Returns:
this
-
ssmAutomation
@Stability(Stable) public CfnResponsePlan.ActionProperty.Builder ssmAutomation(CfnResponsePlan.SsmAutomationProperty ssmAutomation) Sets the value ofCfnResponsePlan.ActionProperty.getSsmAutomation()- Parameters:
ssmAutomation- Details about the Systems Manager automation document that will be used as a runbook during an incident.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlan.ActionProperty>- Returns:
- a new instance of
CfnResponsePlan.ActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-