Class CfnResponsePlanPropsMixin.ActionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.ActionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.ActionProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.ActionProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.ActionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.ActionProperty>
A builder for
CfnResponsePlanPropsMixin.ActionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ssmAutomation(CfnResponsePlanPropsMixin.SsmAutomationProperty ssmAutomation) Sets the value ofCfnResponsePlanPropsMixin.ActionProperty.getSsmAutomation()ssmAutomation(IResolvable ssmAutomation) Sets the value ofCfnResponsePlanPropsMixin.ActionProperty.getSsmAutomation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ssmAutomation
@Stability(Stable) public CfnResponsePlanPropsMixin.ActionProperty.Builder ssmAutomation(IResolvable ssmAutomation) Sets the value ofCfnResponsePlanPropsMixin.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 CfnResponsePlanPropsMixin.ActionProperty.Builder ssmAutomation(CfnResponsePlanPropsMixin.SsmAutomationProperty ssmAutomation) Sets the value ofCfnResponsePlanPropsMixin.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<CfnResponsePlanPropsMixin.ActionProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.ActionProperty - Throws:
NullPointerException- if any required attribute was not provided
-