Class CfnResponsePlanPropsMixin.ChatChannelProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ssmincidents.CfnResponsePlanPropsMixin.ChatChannelProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.ChatChannelProperty>
- Enclosing interface:
CfnResponsePlanPropsMixin.ChatChannelProperty
@Stability(Stable)
public static final class CfnResponsePlanPropsMixin.ChatChannelProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResponsePlanPropsMixin.ChatChannelProperty>
A builder for
CfnResponsePlanPropsMixin.ChatChannelProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.chatbotSns(List<String> chatbotSns) Sets the value ofCfnResponsePlanPropsMixin.ChatChannelProperty.getChatbotSns()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
chatbotSns
@Stability(Stable) public CfnResponsePlanPropsMixin.ChatChannelProperty.Builder chatbotSns(List<String> chatbotSns) Sets the value ofCfnResponsePlanPropsMixin.ChatChannelProperty.getChatbotSns()- Parameters:
chatbotSns- The Amazon targets that uses to notify the chat channel of updates to an incident. You can also make updates to the incident through the chat channel by using the Amazon topics- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResponsePlanPropsMixin.ChatChannelProperty>- Returns:
- a new instance of
CfnResponsePlanPropsMixin.ChatChannelProperty - Throws:
NullPointerException- if any required attribute was not provided
-