Uses of Class
software.amazon.awscdk.services.ssmincidents.CfnResponsePlanProps.Builder
Package
Description
AWS::SSMIncidents Construct Library
-
Uses of CfnResponsePlanProps.Builder in software.amazon.awscdk.services.ssmincidents
Modifier and TypeMethodDescriptionSets the value ofCfnResponsePlanProps.getActions()
CfnResponsePlanProps.Builder.actions
(IResolvable actions) Sets the value ofCfnResponsePlanProps.getActions()
static CfnResponsePlanProps.Builder
CfnResponsePlanProps.builder()
CfnResponsePlanProps.Builder.chatChannel
(IResolvable chatChannel) Sets the value ofCfnResponsePlanProps.getChatChannel()
CfnResponsePlanProps.Builder.chatChannel
(CfnResponsePlan.ChatChannelProperty chatChannel) Sets the value ofCfnResponsePlanProps.getChatChannel()
CfnResponsePlanProps.Builder.displayName
(String displayName) Sets the value ofCfnResponsePlanProps.getDisplayName()
CfnResponsePlanProps.Builder.engagements
(List<String> engagements) Sets the value ofCfnResponsePlanProps.getEngagements()
CfnResponsePlanProps.Builder.incidentTemplate
(IResolvable incidentTemplate) Sets the value ofCfnResponsePlanProps.getIncidentTemplate()
CfnResponsePlanProps.Builder.incidentTemplate
(CfnResponsePlan.IncidentTemplateProperty incidentTemplate) Sets the value ofCfnResponsePlanProps.getIncidentTemplate()
CfnResponsePlanProps.Builder.integrations
(List<? extends Object> integrations) Sets the value ofCfnResponsePlanProps.getIntegrations()
CfnResponsePlanProps.Builder.integrations
(IResolvable integrations) Sets the value ofCfnResponsePlanProps.getIntegrations()
Sets the value ofCfnResponsePlanProps.getName()
Sets the value ofCfnResponsePlanProps.getTags()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnResponsePlanProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnResponsePlanProps.Builder
.