| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents |
Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from
incidents affecting their Amazon Web Services-hosted applications.
|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
default StartIncidentResponse |
SsmIncidentsClient.startIncident(Consumer<StartIncidentRequest.Builder> startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
default CompletableFuture<StartIncidentResponse> |
SsmIncidentsAsyncClient.startIncident(Consumer<StartIncidentRequest.Builder> startIncidentRequest)
Used to start an incident from CloudWatch alarms, EventBridge events, or manually.
|
| Modifier and Type | Method and Description |
|---|---|
static StartIncidentRequest.Builder |
StartIncidentRequest.builder() |
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.clientToken(String clientToken)
A token ensuring that the operation is called only once with the specified details.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.impact(Integer impact)
Defines the impact to the customers.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.relatedItems(Collection<RelatedItem> relatedItems)
Add related items to the incident for other responders to use.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.relatedItems(Consumer<RelatedItem.Builder>... relatedItems)
Add related items to the incident for other responders to use.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.relatedItems(RelatedItem... relatedItems)
Add related items to the incident for other responders to use.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.responsePlanArn(String responsePlanArn)
The Amazon Resource Name (ARN) of the response plan that pre-defines summary, chat channels, Amazon SNS
topics, runbooks, title, and impact of the incident.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.title(String title)
Provide a title for the incident.
|
StartIncidentRequest.Builder |
StartIncidentRequest.toBuilder() |
default StartIncidentRequest.Builder |
StartIncidentRequest.Builder.triggerDetails(Consumer<TriggerDetails.Builder> triggerDetails)
Details of what created the incident record in Incident Manager.
|
StartIncidentRequest.Builder |
StartIncidentRequest.Builder.triggerDetails(TriggerDetails triggerDetails)
Details of what created the incident record in Incident Manager.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartIncidentRequest.Builder> |
StartIncidentRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.