public static interface AssetTypeItem.Builder extends SdkPojo, CopyableBuilder<AssetTypeItem.Builder,AssetTypeItem>
| Modifier and Type | Method and Description |
|---|---|
AssetTypeItem.Builder |
createdAt(Instant createdAt)
The timestamp of when the asset type was created.
|
AssetTypeItem.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
AssetTypeItem.Builder |
description(String description)
The description of the asset type.
|
AssetTypeItem.Builder |
domainId(String domainId)
The identifier of the Amazon DataZone domain where the asset type exists.
|
AssetTypeItem.Builder |
formsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
|
AssetTypeItem.Builder |
name(String name)
The name of the asset type.
|
AssetTypeItem.Builder |
originDomainId(String originDomainId)
The identifier of the Amazon DataZone domain where the asset type was originally created.
|
AssetTypeItem.Builder |
originProjectId(String originProjectId)
The identifier of the Amazon DataZone project where the asset type exists.
|
AssetTypeItem.Builder |
owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the asset type.
|
AssetTypeItem.Builder |
revision(String revision)
The revision of the asset type.
|
AssetTypeItem.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the asset type was updated.
|
AssetTypeItem.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user who updated the asset type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetTypeItem.Builder createdAt(Instant createdAt)
The timestamp of when the asset type was created.
createdAt - The timestamp of when the asset type was created.AssetTypeItem.Builder createdBy(String createdBy)
The Amazon DataZone user who created the asset type.
createdBy - The Amazon DataZone user who created the asset type.AssetTypeItem.Builder description(String description)
The description of the asset type.
description - The description of the asset type.AssetTypeItem.Builder domainId(String domainId)
The identifier of the Amazon DataZone domain where the asset type exists.
domainId - The identifier of the Amazon DataZone domain where the asset type exists.AssetTypeItem.Builder formsOutput(Map<String,FormEntryOutput> formsOutput)
The forms included in the details of the asset type.
formsOutput - The forms included in the details of the asset type.AssetTypeItem.Builder name(String name)
The name of the asset type.
name - The name of the asset type.AssetTypeItem.Builder originDomainId(String originDomainId)
The identifier of the Amazon DataZone domain where the asset type was originally created.
originDomainId - The identifier of the Amazon DataZone domain where the asset type was originally created.AssetTypeItem.Builder originProjectId(String originProjectId)
The identifier of the Amazon DataZone project where the asset type exists.
originProjectId - The identifier of the Amazon DataZone project where the asset type exists.AssetTypeItem.Builder owningProjectId(String owningProjectId)
The identifier of the Amazon DataZone project that owns the asset type.
owningProjectId - The identifier of the Amazon DataZone project that owns the asset type.AssetTypeItem.Builder revision(String revision)
The revision of the asset type.
revision - The revision of the asset type.AssetTypeItem.Builder updatedAt(Instant updatedAt)
The timestamp of when the asset type was updated.
updatedAt - The timestamp of when the asset type was updated.AssetTypeItem.Builder updatedBy(String updatedBy)
The Amazon DataZone user who updated the asset type.
updatedBy - The Amazon DataZone user who updated the asset type.Copyright © 2023. All rights reserved.