| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.actions(Action... actions)
The actions that this response plan takes at the beginning of the incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.actions(Collection<Action> actions)
The actions that this response plan takes at the beginning of the incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.actions(Consumer<Action.Builder>... actions)
The actions that this response plan takes at the beginning of the incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.arn(String arn)
The ARN of the response plan.
|
static GetResponsePlanResponse.Builder |
GetResponsePlanResponse.builder() |
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.chatChannel(ChatChannel chatChannel)
The Chatbot 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.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.displayName(String displayName)
The long format name of the response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.engagements(Collection<String> engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.engagements(String... engagements)
The Amazon Resource Name (ARN) for the contacts and escalation plans that the response plan engages during an
incident.
|
default GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.incidentTemplate(Consumer<IncidentTemplate.Builder> incidentTemplate)
Details used to create the incident when using this response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.incidentTemplate(IncidentTemplate incidentTemplate)
Details used to create the incident when using this response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.integrations(Collection<Integration> integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.integrations(Consumer<Integration.Builder>... integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.integrations(Integration... integrations)
Information about third-party services integrated into the Incident Manager response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.Builder.name(String name)
The short format name of the response plan.
|
GetResponsePlanResponse.Builder |
GetResponsePlanResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetResponsePlanResponse.Builder> |
GetResponsePlanResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.