Interface ChatChannel.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ChatChannel.Builder,ChatChannel>, SdkBuilder<ChatChannel.Builder,ChatChannel>, SdkPojo
Enclosing class:
ChatChannel

public static interface ChatChannel.Builder extends SdkPojo, CopyableBuilder<ChatChannel.Builder,ChatChannel>
  • Method Details

    • chatbotSns

      ChatChannel.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • chatbotSns

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • empty

      Used to remove the chat channel from an incident record or response plan.

      Parameters:
      empty - Used to remove the chat channel from an incident record or response plan.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • empty

      Used to remove the chat channel from an incident record or response plan.

      This is a convenience method that creates an instance of the EmptyChatChannel.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).

      Parameters:
      empty - a consumer that will call methods on EmptyChatChannel.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: