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