@Stability(value=Stable) public static final class CfnResponsePlan.Builder extends Object implements software.amazon.jsii.Builder<CfnResponsePlan>
CfnResponsePlan.| Modifier and Type | Method and Description |
|---|---|
CfnResponsePlan.Builder |
actions(IResolvable actions)
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
CfnResponsePlan.Builder |
actions(List<? extends Object> actions)
`AWS::SSMIncidents::ResponsePlan.Actions`.
|
CfnResponsePlan |
build() |
CfnResponsePlan.Builder |
chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel)
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
CfnResponsePlan.Builder |
chatChannel(IResolvable chatChannel)
`AWS::SSMIncidents::ResponsePlan.ChatChannel`.
|
static CfnResponsePlan.Builder |
create(software.constructs.Construct scope,
String id) |
CfnResponsePlan.Builder |
displayName(String displayName)
`AWS::SSMIncidents::ResponsePlan.DisplayName`.
|
CfnResponsePlan.Builder |
engagements(List<String> engagements)
`AWS::SSMIncidents::ResponsePlan.Engagements`.
|
CfnResponsePlan.Builder |
incidentTemplate(CfnResponsePlan.IncidentTemplateProperty incidentTemplate)
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
CfnResponsePlan.Builder |
incidentTemplate(IResolvable incidentTemplate)
`AWS::SSMIncidents::ResponsePlan.IncidentTemplate`.
|
CfnResponsePlan.Builder |
name(String name)
`AWS::SSMIncidents::ResponsePlan.Name`.
|
CfnResponsePlan.Builder |
tags(List<? extends CfnTag> tags)
`AWS::SSMIncidents::ResponsePlan.Tags`.
|
@Stability(value=Stable) public static CfnResponsePlan.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnResponsePlan.ActionProperty.Builder.@Stability(value=Stable) public CfnResponsePlan.Builder incidentTemplate(CfnResponsePlan.IncidentTemplateProperty incidentTemplate)
incidentTemplate - `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder incidentTemplate(IResolvable incidentTemplate)
incidentTemplate - `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder name(String name)
name - `AWS::SSMIncidents::ResponsePlan.Name`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder actions(IResolvable actions)
actions - `AWS::SSMIncidents::ResponsePlan.Actions`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder actions(List<? extends Object> actions)
actions - `AWS::SSMIncidents::ResponsePlan.Actions`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel)
chatChannel - `AWS::SSMIncidents::ResponsePlan.ChatChannel`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder chatChannel(IResolvable chatChannel)
chatChannel - `AWS::SSMIncidents::ResponsePlan.ChatChannel`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder displayName(String displayName)
displayName - `AWS::SSMIncidents::ResponsePlan.DisplayName`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder engagements(List<String> engagements)
engagements - `AWS::SSMIncidents::ResponsePlan.Engagements`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::SSMIncidents::ResponsePlan.Tags`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlan build()
build in interface software.amazon.jsii.Builder<CfnResponsePlan>Copyright © 2021. All rights reserved.