public static interface CreateAssetResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateAssetResponse.Builder,CreateAssetResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the asset was created.
|
CreateAssetResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user that created this asset in the catalog.
|
CreateAssetResponse.Builder |
description(String description)
The description of the created asset.
|
CreateAssetResponse.Builder |
domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset was created.
|
CreateAssetResponse.Builder |
externalIdentifier(String externalIdentifier)
|
CreateAssetResponse.Builder |
firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the asset took place.
|
CreateAssetResponse.Builder |
firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user that made the first revision of the asset.
|
CreateAssetResponse.Builder |
formsOutput(Collection<FormOutput> formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
formsOutput(FormOutput... formsOutput)
The metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that are attached to the created asset.
|
CreateAssetResponse.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms that are attached to the created asset.
|
CreateAssetResponse.Builder |
id(String id)
The unique identifier of the created asset.
|
CreateAssetResponse.Builder |
listing(AssetListingDetails listing)
|
default CreateAssetResponse.Builder |
listing(Consumer<AssetListingDetails.Builder> listing)
This is a convenience method that creates an instance of the
AssetListingDetails.Builder avoiding the
need to create one manually via AssetListingDetails.builder(). |
CreateAssetResponse.Builder |
name(String name)
The name of the created asset.
|
CreateAssetResponse.Builder |
owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the created asset.
|
default CreateAssetResponse.Builder |
predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetResponse.Builder |
predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetResponse.Builder |
readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
|
CreateAssetResponse.Builder |
revision(String revision)
The revision of the asset.
|
CreateAssetResponse.Builder |
typeIdentifier(String typeIdentifier)
The identifier of the created asset type.
|
CreateAssetResponse.Builder |
typeRevision(String typeRevision)
The revision type of the asset.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetResponse.Builder createdAt(Instant createdAt)
The timestamp of when the asset was created.
createdAt - The timestamp of when the asset was created.CreateAssetResponse.Builder createdBy(String createdBy)
The Amazon DataZone user that created this asset in the catalog.
createdBy - The Amazon DataZone user that created this asset in the catalog.CreateAssetResponse.Builder description(String description)
The description of the created asset.
description - The description of the created asset.CreateAssetResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the asset was created.
domainId - The ID of the Amazon DataZone domain in which the asset was created.CreateAssetResponse.Builder externalIdentifier(String externalIdentifier)
externalIdentifier - CreateAssetResponse.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first revision of the asset took place.
firstRevisionCreatedAt - The timestamp of when the first revision of the asset took place.CreateAssetResponse.Builder firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user that made the first revision of the asset.
firstRevisionCreatedBy - The Amazon DataZone user that made the first revision of the asset.CreateAssetResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata forms that are attached to the created asset.
formsOutput - The metadata forms that are attached to the created asset.CreateAssetResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata forms that are attached to the created asset.
formsOutput - The metadata forms that are attached to the created asset.CreateAssetResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms that are attached to the created asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #formsOutput(List.
formsOutput - a consumer that will call methods on
FormOutput.Builder#formsOutput(java.util.Collection) CreateAssetResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that are attached to the created asset.
glossaryTerms - The glossary terms that are attached to the created asset.CreateAssetResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms that are attached to the created asset.
glossaryTerms - The glossary terms that are attached to the created asset.CreateAssetResponse.Builder id(String id)
The unique identifier of the created asset.
id - The unique identifier of the created asset.CreateAssetResponse.Builder listing(AssetListingDetails listing)
listing - default CreateAssetResponse.Builder listing(Consumer<AssetListingDetails.Builder> listing)
AssetListingDetails.Builder avoiding the
need to create one manually via AssetListingDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to listing(AssetListingDetails).
listing - a consumer that will call methods on AssetListingDetails.Builderlisting(AssetListingDetails)CreateAssetResponse.Builder name(String name)
The name of the created asset.
name - The name of the created asset.CreateAssetResponse.Builder owningProjectId(String owningProjectId)
The ID of the Amazon DataZone project that owns the created asset.
owningProjectId - The ID of the Amazon DataZone project that owns the created asset.CreateAssetResponse.Builder predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
predictionConfiguration - The configuration of the automatically generated business-friendly metadata for the asset.default CreateAssetResponse.Builder predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
This is a convenience method that creates an instance of thePredictionConfiguration.Builder avoiding
the need to create one manually via PredictionConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to predictionConfiguration(PredictionConfiguration).
predictionConfiguration - a consumer that will call methods on PredictionConfiguration.BuilderpredictionConfiguration(PredictionConfiguration)CreateAssetResponse.Builder readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
readOnlyFormsOutput - The read-only metadata forms that are attached to the created asset.CreateAssetResponse.Builder readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
readOnlyFormsOutput - The read-only metadata forms that are attached to the created asset.CreateAssetResponse.Builder readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms that are attached to the created asset.
This is a convenience method that creates an instance of theFormOutput.Builder avoiding the need to create one
manually via FormOutput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #readOnlyFormsOutput(List.
readOnlyFormsOutput - a consumer that will call methods on
FormOutput.Builder#readOnlyFormsOutput(java.util.Collection) CreateAssetResponse.Builder revision(String revision)
The revision of the asset.
revision - The revision of the asset.CreateAssetResponse.Builder typeIdentifier(String typeIdentifier)
The identifier of the created asset type.
typeIdentifier - The identifier of the created asset type.CreateAssetResponse.Builder typeRevision(String typeRevision)
The revision type of the asset.
typeRevision - The revision type of the asset.Copyright © 2023. All rights reserved.