| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.associationId(String associationId)
The association ID.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.associationType(String associationType)
The association type.
|
static OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.builder() |
default OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.createdBy(Consumer<OpsItemIdentity.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.createdBy(OpsItemIdentity createdBy)
Sets the value of the CreatedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.createdTime(Instant createdTime)
The time the related-item association was created.
|
default OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.lastModifiedBy(Consumer<OpsItemIdentity.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.lastModifiedBy(OpsItemIdentity lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.lastModifiedTime(Instant lastModifiedTime)
The time the related-item association was last updated.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.opsItemId(String opsItemId)
The OpsItem ID.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.resourceType(String resourceType)
The resource type.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.Builder.resourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the related-item resource.
|
OpsItemRelatedItemSummary.Builder |
OpsItemRelatedItemSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OpsItemRelatedItemSummary.Builder> |
OpsItemRelatedItemSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.