public static interface AssetRevision.Builder extends SdkPojo, CopyableBuilder<AssetRevision.Builder,AssetRevision>
| Modifier and Type | Method and Description |
|---|---|
AssetRevision.Builder |
createdAt(Instant createdAt)
The timestamp of when an inventory asset revison was created.
|
AssetRevision.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the asset revision.
|
AssetRevision.Builder |
domainId(String domainId)
The Amazon DataZone user who created the inventory asset.
|
AssetRevision.Builder |
id(String id)
The identifier of the inventory asset revision.
|
AssetRevision.Builder |
revision(String revision)
The revision details of the inventory asset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetRevision.Builder createdAt(Instant createdAt)
The timestamp of when an inventory asset revison was created.
createdAt - The timestamp of when an inventory asset revison was created.AssetRevision.Builder createdBy(String createdBy)
The Amazon DataZone user who created the asset revision.
createdBy - The Amazon DataZone user who created the asset revision.AssetRevision.Builder domainId(String domainId)
The Amazon DataZone user who created the inventory asset.
domainId - The Amazon DataZone user who created the inventory asset.AssetRevision.Builder id(String id)
The identifier of the inventory asset revision.
id - The identifier of the inventory asset revision.AssetRevision.Builder revision(String revision)
The revision details of the inventory asset.
revision - The revision details of the inventory asset.Copyright © 2023. All rights reserved.