public static interface GetAssetTypeResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetAssetTypeResponse.Builder,GetAssetTypeResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAssetTypeResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the asset type was created.
|
GetAssetTypeResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who created the asset type.
|
GetAssetTypeResponse.Builder |
description(String description)
The description of the asset type.
|
GetAssetTypeResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
|
GetAssetTypeResponse.Builder |
formsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
|
GetAssetTypeResponse.Builder |
name(String name)
The name of the asset type.
|
GetAssetTypeResponse.Builder |
originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
|
GetAssetTypeResponse.Builder |
originProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
|
GetAssetTypeResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
|
GetAssetTypeResponse.Builder |
revision(String revision)
The revision of the asset type.
|
GetAssetTypeResponse.Builder |
updatedAt(Instant updatedAt)
The timestamp of when the asset type was updated.
|
GetAssetTypeResponse.Builder |
updatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAssetTypeResponse.Builder createdAt(Instant createdAt)
The timestamp of when the asset type was created.
createdAt - The timestamp of when the asset type was created.GetAssetTypeResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the asset type.
createdBy - The Amazon DataZone user who created the asset type.GetAssetTypeResponse.Builder description(String description)
The description of the asset type.
description - The description of the asset type.GetAssetTypeResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset type exists.
domainId - The ID of the Amazon DataZone domain in which the asset type exists.GetAssetTypeResponse.Builder formsOutput(Map<String,FormEntryOutput> formsOutput)
The metadata forms attached to the asset type.
formsOutput - The metadata forms attached to the asset type.GetAssetTypeResponse.Builder name(String name)
The name of the asset type.
name - The name of the asset type.GetAssetTypeResponse.Builder originDomainId(String originDomainId)
The ID of the Amazon DataZone domain in which the asset type was originally created.
originDomainId - The ID of the Amazon DataZone domain in which the asset type was originally created.GetAssetTypeResponse.Builder originProjectId(String originProjectId)
The ID of the Amazon DataZone project in which the asset type was originally created.
originProjectId - The ID of the Amazon DataZone project in which the asset type was originally created.GetAssetTypeResponse.Builder owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the asset type.
owningProjectId - The ID of the Amazon DataZone project that owns the asset type.GetAssetTypeResponse.Builder revision(String revision)
The revision of the asset type.
revision - The revision of the asset type.GetAssetTypeResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when the asset type was updated.
updatedAt - The timestamp of when the asset type was updated.GetAssetTypeResponse.Builder updatedBy(String updatedBy)
The Amazon DataZone user that updated the asset type.
updatedBy - The Amazon DataZone user that updated the asset type.Copyright © 2023. All rights reserved.