static AssetTypeItem.Builder |
AssetTypeItem.builder() |
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.createdAt(Instant createdAt) |
The timestamp of when the asset type was created.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.createdBy(String createdBy) |
The Amazon DataZone user who created the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.description(String description) |
The description of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.domainId(String domainId) |
The identifier of the Amazon DataZone domain where the asset type exists.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.formsOutput(Map<String,FormEntryOutput> formsOutput) |
The forms included in the details of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.name(String name) |
The name of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.originDomainId(String originDomainId) |
The identifier of the Amazon DataZone domain where the asset type was originally created.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.originProjectId(String originProjectId) |
The identifier of the Amazon DataZone project where the asset type exists.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.owningProjectId(String owningProjectId) |
The identifier of the Amazon DataZone project that owns the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.revision(String revision) |
The revision of the asset type.
|
AssetTypeItem.Builder |
AssetTypeItem.toBuilder() |
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.updatedAt(Instant updatedAt) |
The timestamp of when the asset type was updated.
|
AssetTypeItem.Builder |
AssetTypeItem.Builder.updatedBy(String updatedBy) |
The Amazon DataZone user who updated the asset type.
|