public static interface OpsItemSummary.Builder extends SdkPojo, CopyableBuilder<OpsItemSummary.Builder,OpsItemSummary>
| Modifier and Type | Method and Description |
|---|---|
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 |
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, sdkFieldscopyapplyMutation, 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.
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.Copyright © 2019. All rights reserved.