public static interface CreateAssetRevisionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateAssetRevisionResponse.Builder,CreateAssetRevisionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRevisionResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the asset revision occured.
|
CreateAssetRevisionResponse.Builder |
createdBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
|
CreateAssetRevisionResponse.Builder |
description(String description)
The revised asset description.
|
CreateAssetRevisionResponse.Builder |
domainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
|
CreateAssetRevisionResponse.Builder |
externalIdentifier(String externalIdentifier)
|
CreateAssetRevisionResponse.Builder |
firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
|
CreateAssetRevisionResponse.Builder |
firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
|
CreateAssetRevisionResponse.Builder |
formsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
formsOutput(FormOutput... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResponse.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
|
CreateAssetRevisionResponse.Builder |
id(String id)
The unique identifier of the asset revision.
|
CreateAssetRevisionResponse.Builder |
listing(AssetListingDetails listing)
|
default CreateAssetRevisionResponse.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(). |
CreateAssetRevisionResponse.Builder |
name(String name)
The revised name of the asset.
|
CreateAssetRevisionResponse.Builder |
owningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
|
default CreateAssetRevisionResponse.Builder |
predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionResponse.Builder |
predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionResponse.Builder |
readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
|
CreateAssetRevisionResponse.Builder |
revision(String revision)
The revision of the asset.
|
CreateAssetRevisionResponse.Builder |
typeIdentifier(String typeIdentifier)
The identifier of the revision type.
|
CreateAssetRevisionResponse.Builder |
typeRevision(String typeRevision)
The revision type of the asset.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetRevisionResponse.Builder createdAt(Instant createdAt)
The timestamp of when the asset revision occured.
createdAt - The timestamp of when the asset revision occured.CreateAssetRevisionResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who performed the asset revision.
createdBy - The Amazon DataZone user who performed the asset revision.CreateAssetRevisionResponse.Builder description(String description)
The revised asset description.
description - The revised asset description.CreateAssetRevisionResponse.Builder domainId(String domainId)
The unique identifier of the Amazon DataZone domain where the asset was revised.
domainId - The unique identifier of the Amazon DataZone domain where the asset was revised.CreateAssetRevisionResponse.Builder externalIdentifier(String externalIdentifier)
externalIdentifier - CreateAssetRevisionResponse.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp of when the first asset revision occured.
firstRevisionCreatedAt - The timestamp of when the first asset revision occured.CreateAssetRevisionResponse.Builder firstRevisionCreatedBy(String firstRevisionCreatedBy)
The Amazon DataZone user who performed the first asset revision.
firstRevisionCreatedBy - The Amazon DataZone user who performed the first asset revision.CreateAssetRevisionResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
formsOutput - The metadata forms that were attached to the asset as part of the asset revision.CreateAssetRevisionResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
formsOutput - The metadata forms that were attached to the asset as part of the asset revision.CreateAssetRevisionResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms that were attached to the asset as part of the asset revision.
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) CreateAssetRevisionResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
glossaryTerms - The glossary terms that were attached to the asset as part of asset revision.CreateAssetRevisionResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms that were attached to the asset as part of asset revision.
glossaryTerms - The glossary terms that were attached to the asset as part of asset revision.CreateAssetRevisionResponse.Builder id(String id)
The unique identifier of the asset revision.
id - The unique identifier of the asset revision.CreateAssetRevisionResponse.Builder listing(AssetListingDetails listing)
listing - default CreateAssetRevisionResponse.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)CreateAssetRevisionResponse.Builder name(String name)
The revised name of the asset.
name - The revised name of the asset.CreateAssetRevisionResponse.Builder owningProjectId(String owningProjectId)
The unique identifier of the revised project that owns the asset.
owningProjectId - The unique identifier of the revised project that owns the asset.CreateAssetRevisionResponse.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 CreateAssetRevisionResponse.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)CreateAssetRevisionResponse.Builder readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
readOnlyFormsOutput - The read-only metadata forms that were attached to the asset as part of the asset revision.CreateAssetRevisionResponse.Builder readOnlyFormsOutput(FormOutput... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
readOnlyFormsOutput - The read-only metadata forms that were attached to the asset as part of the asset revision.CreateAssetRevisionResponse.Builder readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)
The read-only metadata forms that were attached to the asset as part of the asset revision.
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) CreateAssetRevisionResponse.Builder revision(String revision)
The revision of the asset.
revision - The revision of the asset.CreateAssetRevisionResponse.Builder typeIdentifier(String typeIdentifier)
The identifier of the revision type.
typeIdentifier - The identifier of the revision type.CreateAssetRevisionResponse.Builder typeRevision(String typeRevision)
The revision type of the asset.
typeRevision - The revision type of the asset.Copyright © 2023. All rights reserved.