public static interface ChatChannel.Builder extends SdkPojo, CopyableBuilder<ChatChannel.Builder,ChatChannel>
| Modifier and Type | Method and Description |
|---|---|
ChatChannel.Builder |
chatbotSns(Collection<String> chatbotSns)
The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident.
|
ChatChannel.Builder |
chatbotSns(String... chatbotSns)
The Amazon SNS targets that Chatbot uses to notify the chat channel of updates to an incident.
|
default ChatChannel.Builder |
empty(Consumer<EmptyChatChannel.Builder> empty)
Used to remove the chat channel from an incident record or response plan.
|
ChatChannel.Builder |
empty(EmptyChatChannel empty)
Used to remove the chat channel from an incident record or response plan.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChatChannel.Builder chatbotSns(Collection<String> chatbotSns)
The Amazon SNS targets that Chatbot 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 SNS topics.
chatbotSns - The Amazon SNS targets that Chatbot 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 SNS topics.ChatChannel.Builder chatbotSns(String... chatbotSns)
The Amazon SNS targets that Chatbot 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 SNS topics.
chatbotSns - The Amazon SNS targets that Chatbot 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 SNS topics.ChatChannel.Builder empty(EmptyChatChannel empty)
Used to remove the chat channel from an incident record or response plan.
empty - Used to remove the chat channel from an incident record or response plan.default ChatChannel.Builder empty(Consumer<EmptyChatChannel.Builder> empty)
Used to remove the chat channel from an incident record or response plan.
This is a convenience method that creates an instance of theEmptyChatChannel.Builder avoiding the
need to create one manually via EmptyChatChannel.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to empty(EmptyChatChannel).
empty - a consumer that will call methods on EmptyChatChannel.Builderempty(EmptyChatChannel)Copyright © 2023. All rights reserved.