| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssmincidents.model |
| Modifier and Type | Method and Description |
|---|---|
static IncidentRecordSource.Builder |
IncidentRecordSource.builder() |
IncidentRecordSource.Builder |
IncidentRecordSource.Builder.createdBy(String createdBy)
The principal that started the incident.
|
IncidentRecordSource.Builder |
IncidentRecordSource.Builder.invokedBy(String invokedBy)
The service principal that assumed the role specified in
createdBy. |
IncidentRecordSource.Builder |
IncidentRecordSource.Builder.resourceArn(String resourceArn)
The resource that caused the incident to be created.
|
IncidentRecordSource.Builder |
IncidentRecordSource.Builder.source(String source)
The service that started the incident.
|
IncidentRecordSource.Builder |
IncidentRecordSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IncidentRecordSource.Builder> |
IncidentRecordSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default IncidentRecord.Builder |
IncidentRecord.Builder.incidentRecordSource(Consumer<IncidentRecordSource.Builder> incidentRecordSource)
Details about the action that started the incident.
|
default IncidentRecordSummary.Builder |
IncidentRecordSummary.Builder.incidentRecordSource(Consumer<IncidentRecordSource.Builder> incidentRecordSource)
What caused Incident Manager to create the incident.
|
Copyright © 2023. All rights reserved.