| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
IncidentRecord.Builder |
IncidentRecord.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the incident record.
|
IncidentRecord.Builder |
IncidentRecord.Builder.automationExecutions(AutomationExecution... automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.automationExecutions(Collection<AutomationExecution> automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.automationExecutions(Consumer<AutomationExecution.Builder>... automationExecutions)
The runbook, or automation document, that's run at the beginning of the incident.
|
static IncidentRecord.Builder |
IncidentRecord.builder() |
IncidentRecord.Builder |
IncidentRecord.Builder.chatChannel(ChatChannel chatChannel)
The 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.
|
IncidentRecord.Builder |
IncidentRecord.Builder.creationTime(Instant creationTime)
The time that Incident Manager created the incident record.
|
IncidentRecord.Builder |
IncidentRecord.Builder.dedupeString(String dedupeString)
The string Incident Manager uses to prevent duplicate incidents from being created by the same incident in
the same account.
|
IncidentRecord.Builder |
IncidentRecord.Builder.impact(Integer impact)
The impact of the incident on customers and applications.
|
default IncidentRecord.Builder |
IncidentRecord.Builder.incidentRecordSource(Consumer<IncidentRecordSource.Builder> incidentRecordSource)
Details about the action that started the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.incidentRecordSource(IncidentRecordSource incidentRecordSource)
Details about the action that started the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.lastModifiedBy(String lastModifiedBy)
Who modified the incident most recently.
|
IncidentRecord.Builder |
IncidentRecord.Builder.lastModifiedTime(Instant lastModifiedTime)
The time at which the incident was most recently modified.
|
IncidentRecord.Builder |
IncidentRecord.Builder.notificationTargets(Collection<NotificationTargetItem> notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.notificationTargets(Consumer<NotificationTargetItem.Builder>... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.notificationTargets(NotificationTargetItem... notificationTargets)
The Amazon SNS targets that are notified when updates are made to an incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.resolvedTime(Instant resolvedTime)
The time at which the incident was resolved.
|
IncidentRecord.Builder |
IncidentRecord.Builder.status(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.status(String status)
The current status of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.summary(String summary)
The summary of the incident.
|
IncidentRecord.Builder |
IncidentRecord.Builder.title(String title)
The title of the incident.
|
IncidentRecord.Builder |
IncidentRecord.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IncidentRecord.Builder> |
IncidentRecord.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetIncidentRecordResponse.Builder |
GetIncidentRecordResponse.Builder.incidentRecord(Consumer<IncidentRecord.Builder> incidentRecord)
Details the structure of the incident record.
|
Copyright © 2023. All rights reserved.