| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItem.Builder |
OpsItem.Builder.actualEndTime(Instant actualEndTime)
The time a runbook workflow ended.
|
OpsItem.Builder |
OpsItem.Builder.actualStartTime(Instant actualStartTime)
The time a runbook workflow started.
|
static OpsItem.Builder |
OpsItem.builder() |
OpsItem.Builder |
OpsItem.Builder.category(String category)
An OpsItem category.
|
OpsItem.Builder |
OpsItem.Builder.createdBy(String createdBy)
The ARN of the AWS account that created the OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.createdTime(Instant createdTime)
The date and time the OpsItem was created.
|
OpsItem.Builder |
OpsItem.Builder.description(String description)
The OpsItem description.
|
OpsItem.Builder |
OpsItem.Builder.lastModifiedBy(String lastModifiedBy)
The ARN of the AWS account that last updated the OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.lastModifiedTime(Instant lastModifiedTime)
The date and time the OpsItem was last updated.
|
OpsItem.Builder |
OpsItem.Builder.notifications(Collection<OpsItemNotification> notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
OpsItem.Builder |
OpsItem.Builder.notifications(Consumer<OpsItemNotification.Builder>... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
OpsItem.Builder |
OpsItem.Builder.notifications(OpsItemNotification... notifications)
The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or
changed.
|
OpsItem.Builder |
OpsItem.Builder.operationalData(Map<String,OpsItemDataValue> operationalData)
Operational data is custom data that provides useful reference details about the OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.opsItemId(String opsItemId)
The ID of the OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.opsItemType(String opsItemType)
The type of OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.plannedEndTime(Instant plannedEndTime)
The time specified in a change request for a runbook workflow to end.
|
OpsItem.Builder |
OpsItem.Builder.plannedStartTime(Instant plannedStartTime)
The time specified in a change request for a runbook workflow to start.
|
OpsItem.Builder |
OpsItem.Builder.priority(Integer priority)
The importance of this OpsItem in relation to other OpsItems in the system.
|
OpsItem.Builder |
OpsItem.Builder.relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.relatedOpsItems(Consumer<RelatedOpsItem.Builder>... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.relatedOpsItems(RelatedOpsItem... relatedOpsItems)
One or more OpsItems that share something in common with the current OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.severity(String severity)
The severity of the OpsItem.
|
OpsItem.Builder |
OpsItem.Builder.source(String source)
The origin of the OpsItem, such as Amazon EC2 or Systems Manager.
|
OpsItem.Builder |
OpsItem.Builder.status(OpsItemStatus status)
The OpsItem status.
|
OpsItem.Builder |
OpsItem.Builder.status(String status)
The OpsItem status.
|
OpsItem.Builder |
OpsItem.Builder.title(String title)
A short heading that describes the nature of the OpsItem and the impacted resource.
|
OpsItem.Builder |
OpsItem.toBuilder() |
OpsItem.Builder |
OpsItem.Builder.version(String version)
The version of this OpsItem.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpsItem.Builder> |
OpsItem.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetOpsItemResponse.Builder |
GetOpsItemResponse.Builder.opsItem(Consumer<OpsItem.Builder> opsItem)
The OpsItem.
|
Copyright © 2021. All rights reserved.