public static interface IncidentRecordSummary.Builder extends SdkPojo, CopyableBuilder<IncidentRecordSummary.Builder,IncidentRecordSummary>
| Modifier and Type | Method and Description |
|---|---|
IncidentRecordSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the incident.
|
IncidentRecordSummary.Builder |
creationTime(Instant creationTime)
The time the incident was created.
|
IncidentRecordSummary.Builder |
impact(Integer impact)
Defines the impact to customers and applications.
|
default IncidentRecordSummary.Builder |
incidentRecordSource(Consumer<IncidentRecordSource.Builder> incidentRecordSource)
What caused Incident Manager to create the incident.
|
IncidentRecordSummary.Builder |
incidentRecordSource(IncidentRecordSource incidentRecordSource)
What caused Incident Manager to create the incident.
|
IncidentRecordSummary.Builder |
resolvedTime(Instant resolvedTime)
The time the incident was resolved.
|
IncidentRecordSummary.Builder |
status(IncidentRecordStatus status)
The current status of the incident.
|
IncidentRecordSummary.Builder |
status(String status)
The current status of the incident.
|
IncidentRecordSummary.Builder |
title(String title)
The title of the incident.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIncidentRecordSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the incident.
arn - The Amazon Resource Name (ARN) of the incident.IncidentRecordSummary.Builder creationTime(Instant creationTime)
The time the incident was created.
creationTime - The time the incident was created.IncidentRecordSummary.Builder impact(Integer impact)
Defines the impact to customers and applications.
impact - Defines the impact to customers and applications.IncidentRecordSummary.Builder incidentRecordSource(IncidentRecordSource incidentRecordSource)
What caused Incident Manager to create the incident.
incidentRecordSource - What caused Incident Manager to create the incident.default IncidentRecordSummary.Builder incidentRecordSource(Consumer<IncidentRecordSource.Builder> incidentRecordSource)
What caused Incident Manager to create the incident.
This is a convenience method that creates an instance of theIncidentRecordSource.Builder avoiding
the need to create one manually via IncidentRecordSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to incidentRecordSource(IncidentRecordSource).
incidentRecordSource - a consumer that will call methods on IncidentRecordSource.BuilderincidentRecordSource(IncidentRecordSource)IncidentRecordSummary.Builder resolvedTime(Instant resolvedTime)
The time the incident was resolved.
resolvedTime - The time the incident was resolved.IncidentRecordSummary.Builder status(String status)
The current status of the incident.
status - The current status of the incident.IncidentRecordStatus,
IncidentRecordStatusIncidentRecordSummary.Builder status(IncidentRecordStatus status)
The current status of the incident.
status - The current status of the incident.IncidentRecordStatus,
IncidentRecordStatusIncidentRecordSummary.Builder title(String title)
The title of the incident. This value is either provided by the response plan or overwritten on creation.
title - The title of the incident. This value is either provided by the response plan or overwritten on
creation.Copyright © 2023. All rights reserved.