@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 - `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder incidentTemplate(IResolvable incidentTemplate)
CfnResponsePlanProps.getIncidentTemplate()incidentTemplate - `AWS::SSMIncidents::ResponsePlan.IncidentTemplate`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder name(String name)
CfnResponsePlanProps.getName()name - `AWS::SSMIncidents::ResponsePlan.Name`. This parameter is required.this@Stability(value=Stable) public CfnResponsePlanProps.Builder actions(IResolvable actions)
CfnResponsePlanProps.getActions()actions - `AWS::SSMIncidents::ResponsePlan.Actions`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder actions(List<? extends Object> actions)
CfnResponsePlanProps.getActions()actions - `AWS::SSMIncidents::ResponsePlan.Actions`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder chatChannel(CfnResponsePlan.ChatChannelProperty chatChannel)
CfnResponsePlanProps.getChatChannel()chatChannel - `AWS::SSMIncidents::ResponsePlan.ChatChannel`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder chatChannel(IResolvable chatChannel)
CfnResponsePlanProps.getChatChannel()chatChannel - `AWS::SSMIncidents::ResponsePlan.ChatChannel`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder displayName(String displayName)
CfnResponsePlanProps.getDisplayName()displayName - `AWS::SSMIncidents::ResponsePlan.DisplayName`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder engagements(List<String> engagements)
CfnResponsePlanProps.getEngagements()engagements - `AWS::SSMIncidents::ResponsePlan.Engagements`.this@Stability(value=Stable) public CfnResponsePlanProps.Builder tags(List<? extends CfnTag> tags)
CfnResponsePlanProps.getTags()tags - `AWS::SSMIncidents::ResponsePlan.Tags`.this@Stability(value=Stable) public CfnResponsePlanProps build()
build in interface software.amazon.jsii.Builder<CfnResponsePlanProps>CfnResponsePlanPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.