| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static ChatChannel.Builder |
ChatChannel.builder() |
ChatChannel.Builder |
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 |
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 |
ChatChannel.Builder.empty(Consumer<EmptyChatChannel.Builder> empty)
Used to remove the chat channel from an incident record or response plan.
|
ChatChannel.Builder |
ChatChannel.Builder.empty(EmptyChatChannel empty)
Used to remove the chat channel from an incident record or response plan.
|
ChatChannel.Builder |
ChatChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ChatChannel.Builder> |
ChatChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateResponsePlanRequest.Builder |
CreateResponsePlanRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
default UpdateIncidentRecordRequest.Builder |
UpdateIncidentRecordRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel where responders can collaborate.
|
default UpdateResponsePlanRequest.Builder |
UpdateResponsePlanRequest.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
default IncidentRecord.Builder |
IncidentRecord.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The chat channel used for collaboration during an incident.
|
default GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.chatChannel(Consumer<ChatChannel.Builder> chatChannel)
The Chatbot chat channel used for collaboration during an incident.
|
Copyright © 2023. All rights reserved.