public static interface OpsItemSummary.Builder extends SdkPojo, CopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>
Modifier and Type | Method and Description |
---|---|
OpsItemSummary.Builder |
actualEndTime(Instant actualEndTime)
The time a runbook workflow ended.
|
OpsItemSummary.Builder |
actualStartTime(Instant actualStartTime)
The time a runbook workflow started.
|
OpsItemSummary.Builder |
category(String category)
A list of OpsItems by category.
|
OpsItemSummary.Builder |
createdBy(String createdBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
OpsItemSummary.Builder |
createdTime(Instant createdTime)
The date and time the OpsItem was created.
|
OpsItemSummary.Builder |
lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
|
OpsItemSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The date and time the OpsItem was last updated.
|
OpsItemSummary.Builder |
operationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
|
OpsItemSummary.Builder |
opsItemId(String opsItemId)
The ID of the OpsItem.
|
OpsItemSummary.Builder |
opsItemType(String opsItemType)
The type of OpsItem.
|
OpsItemSummary.Builder |
plannedEndTime(Instant plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
OpsItemSummary.Builder |
plannedStartTime(Instant plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
OpsItemSummary.Builder |
priority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
OpsItemSummary.Builder |
severity(String severity)
A list of OpsItems by severity.
|
OpsItemSummary.Builder |
source(String source)
The impacted AWS resource.
|
OpsItemSummary.Builder |
status(OpsItemStatus status)
The OpsItem status.
|
OpsItemSummary.Builder |
status(String status)
The OpsItem status.
|
OpsItemSummary.Builder |
title(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OpsItemSummary.Builder createdBy(String createdBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
createdBy
- The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.OpsItemSummary.Builder createdTime(Instant createdTime)
The date and time the OpsItem was created.
createdTime
- The date and time the OpsItem was created.OpsItemSummary.Builder lastModifiedBy(String lastModifiedBy)
The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.
lastModifiedBy
- The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.OpsItemSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The date and time the OpsItem was last updated.
lastModifiedTime
- The date and time the OpsItem was last updated.OpsItemSummary.Builder priority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
priority
- The importance of this OpsItem in relation to other OpsItems in the system.OpsItemSummary.Builder source(String source)
The impacted AWS resource.
source
- The impacted AWS resource.OpsItemSummary.Builder status(String status)
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
status
- The OpsItem status. Status can be Open
, In Progress
, or
Resolved
.OpsItemStatus
,
OpsItemStatus
OpsItemSummary.Builder status(OpsItemStatus status)
The OpsItem status. Status can be Open
, In Progress
, or Resolved
.
status
- The OpsItem status. Status can be Open
, In Progress
, or
Resolved
.OpsItemStatus
,
OpsItemStatus
OpsItemSummary.Builder opsItemId(String opsItemId)
The ID of the OpsItem.
opsItemId
- The ID of the OpsItem.OpsItemSummary.Builder title(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
title
- A short heading that describes the nature of the OpsItem and the impacted resource.OpsItemSummary.Builder operationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
operationalData
- Operational data is custom data that provides useful reference details about the OpsItem.OpsItemSummary.Builder category(String category)
A list of OpsItems by category.
category
- A list of OpsItems by category.OpsItemSummary.Builder severity(String severity)
A list of OpsItems by severity.
severity
- A list of OpsItems by severity.OpsItemSummary.Builder opsItemType(String opsItemType)
The type of OpsItem. Currently, the only valid values are /aws/changerequest
and
/aws/issue
.
opsItemType
- The type of OpsItem. Currently, the only valid values are /aws/changerequest
and
/aws/issue
.OpsItemSummary.Builder actualStartTime(Instant actualStartTime)
The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest
.
actualStartTime
- The time a runbook workflow started. Currently reported only for the OpsItem type
/aws/changerequest
.OpsItemSummary.Builder actualEndTime(Instant actualEndTime)
The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest
.
actualEndTime
- The time a runbook workflow ended. Currently reported only for the OpsItem type
/aws/changerequest
.OpsItemSummary.Builder plannedStartTime(Instant plannedStartTime)
The time specified in a change request for a runbook workflow to start. Currently supported only for the
OpsItem type /aws/changerequest
.
plannedStartTime
- The time specified in a change request for a runbook workflow to start. Currently supported only for
the OpsItem type /aws/changerequest
.OpsItemSummary.Builder plannedEndTime(Instant plannedEndTime)
The time specified in a change request for a runbook workflow to end. Currently supported only for the
OpsItem type /aws/changerequest
.
plannedEndTime
- The time specified in a change request for a runbook workflow to end. Currently supported only for the
OpsItem type /aws/changerequest
.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.