public static interface OpsItemRelatedItemSummary.Builder extends SdkPojo, CopyableBuilder<OpsItemRelatedItemSummary.Builder,OpsItemRelatedItemSummary>
| Modifier and Type | Method and Description |
|---|---|
OpsItemRelatedItemSummary.Builder |
associationId(String associationId)
The association ID.
|
OpsItemRelatedItemSummary.Builder |
associationType(String associationType)
The association type.
|
default OpsItemRelatedItemSummary.Builder |
createdBy(Consumer<OpsItemIdentity.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
createdBy(OpsItemIdentity createdBy)
Sets the value of the CreatedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
createdTime(Instant createdTime)
The time the related-item association was created.
|
default OpsItemRelatedItemSummary.Builder |
lastModifiedBy(Consumer<OpsItemIdentity.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
lastModifiedBy(OpsItemIdentity lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
OpsItemRelatedItemSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The time the related-item association was last updated.
|
OpsItemRelatedItemSummary.Builder |
opsItemId(String opsItemId)
The OpsItem ID.
|
OpsItemRelatedItemSummary.Builder |
resourceType(String resourceType)
The resource type.
|
OpsItemRelatedItemSummary.Builder |
resourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the related-item resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpsItemRelatedItemSummary.Builder opsItemId(String opsItemId)
The OpsItem ID.
opsItemId - The OpsItem ID.OpsItemRelatedItemSummary.Builder associationId(String associationId)
The association ID.
associationId - The association ID.OpsItemRelatedItemSummary.Builder resourceType(String resourceType)
The resource type.
resourceType - The resource type.OpsItemRelatedItemSummary.Builder associationType(String associationType)
The association type.
associationType - The association type.OpsItemRelatedItemSummary.Builder resourceUri(String resourceUri)
The Amazon Resource Name (ARN) of the related-item resource.
resourceUri - The Amazon Resource Name (ARN) of the related-item resource.OpsItemRelatedItemSummary.Builder createdBy(OpsItemIdentity createdBy)
createdBy - The new value for the CreatedBy property for this object.default OpsItemRelatedItemSummary.Builder createdBy(Consumer<OpsItemIdentity.Builder> createdBy)
OpsItemIdentity.Builder avoiding the need to
create one manually via OpsItemIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to createdBy(OpsItemIdentity).createdBy - a consumer that will call methods on OpsItemIdentity.BuildercreatedBy(OpsItemIdentity)OpsItemRelatedItemSummary.Builder createdTime(Instant createdTime)
The time the related-item association was created.
createdTime - The time the related-item association was created.OpsItemRelatedItemSummary.Builder lastModifiedBy(OpsItemIdentity lastModifiedBy)
lastModifiedBy - The new value for the LastModifiedBy property for this object.default OpsItemRelatedItemSummary.Builder lastModifiedBy(Consumer<OpsItemIdentity.Builder> lastModifiedBy)
OpsItemIdentity.Builder avoiding the need to
create one manually via OpsItemIdentity.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to lastModifiedBy(OpsItemIdentity).lastModifiedBy - a consumer that will call methods on OpsItemIdentity.BuilderlastModifiedBy(OpsItemIdentity)OpsItemRelatedItemSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The time the related-item association was last updated.
lastModifiedTime - The time the related-item association was last updated.Copyright © 2021. All rights reserved.