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