@Stability(value=Stable) public static final class CfnResponsePlanProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResponsePlanProps>
CfnResponsePlanProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnResponsePlanProps.Builder incidentTemplate(CfnResponsePlan.IncidentTemplateProperty incidentTemplate)
CfnResponsePlanProps.getIncidentTemplate()incidentTemplate - Details used to create an incident when using this response plan. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder incidentTemplate(IResolvable incidentTemplate)
CfnResponsePlanProps.getIncidentTemplate()incidentTemplate - Details used to create an incident when using this response plan. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder name(String name)
CfnResponsePlanProps.getName()name - The name of the response plan. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder actions(IResolvable actions)
CfnResponsePlanProps.getActions()actions - The actions that the response plan starts at the beginning of an incident.this@Stability(value=Stable) public CfnResponsePlanProps.Builder actions(List<? extends Object> actions)
CfnResponsePlanProps.getActions()actions - The actions that the response plan starts at the beginning of an incident.this@Stability(value=Stable) public CfnResponsePlanProps.Builder chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel)
CfnResponsePlanProps.getChatChannel()chatChannel - The AWS Chatbot chat channel used for collaboration during an incident.this@Stability(value=Stable) public CfnResponsePlanProps.Builder chatChannel(IResolvable chatChannel)
CfnResponsePlanProps.getChatChannel()chatChannel - The AWS Chatbot chat channel used for collaboration during an incident.this@Stability(value=Stable) public CfnResponsePlanProps.Builder displayName(String displayName)
CfnResponsePlanProps.getDisplayName()displayName - The human readable name of the response plan.this@Stability(value=Stable) public CfnResponsePlanProps.Builder engagements(List<String> engagements)
CfnResponsePlanProps.getEngagements()engagements - The contacts and escalation plans that the response plan engages during an incident.this@Stability(value=Stable) public CfnResponsePlanProps.Builder tags(List<? extends CfnTag> tags)
CfnResponsePlanProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnResponsePlanProps build()
build in interface software.amazon.jsii.Builder<CfnResponsePlanProps>CfnResponsePlanPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.