public static interface OpsItemSummary.Builder extends SdkPojo, CopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>
| Modifier and Type | Method and Description |
|---|---|
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 |
priority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
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.
|
copyapplyMutation, buildOpsItemSummary.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,
OpsItemStatusOpsItemSummary.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,
OpsItemStatusOpsItemSummary.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. For example, you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data. You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The value has a maximum size of 20 KB.
This custom data is searchable, but with restrictions. For the Searchable operational data
feature, all users with access to the OpsItem Overview page (as provided by the DescribeOpsItems API
action) can view and search on the specified data. For the Private operational data feature, the
data is only viewable by users who have access to the OpsItem (as provided by the GetOpsItem API
action).
operationalData - Operational data is custom data that provides useful reference details about the OpsItem. For example,
you can specify log files, error strings, license keys, troubleshooting tips, or other relevant data.
You enter operational data as key-value pairs. The key has a maximum length of 128 characters. The
value has a maximum size of 20 KB.
This custom data is searchable, but with restrictions. For the
Searchable operational data feature, all users with access to the OpsItem Overview page
(as provided by the DescribeOpsItems API action) can view and search on the specified data. For
the Private operational data feature, the data is only viewable by users who have access
to the OpsItem (as provided by the GetOpsItem API action).
Copyright © 2019. All rights reserved.