public static interface CreateAssetRevisionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateAssetRevisionRequest.Builder |
clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateAssetRevisionRequest.Builder |
description(String description)
The revised description of the asset.
|
CreateAssetRevisionRequest.Builder |
domainIdentifier(String domainIdentifier)
The unique identifier of the domain where the asset is being revised.
|
CreateAssetRevisionRequest.Builder |
formsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
formsInput(Consumer<FormInput.Builder>... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
formsInput(FormInput... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
glossaryTerms(String... glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
identifier(String identifier)
The identifier of the asset.
|
CreateAssetRevisionRequest.Builder |
name(String name)
Te revised name of the asset.
|
CreateAssetRevisionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAssetRevisionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateAssetRevisionRequest.Builder |
predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionRequest.Builder |
predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionRequest.Builder |
typeRevision(String typeRevision)
The revision type of the asset.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAssetRevisionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
clientToken - A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateAssetRevisionRequest.Builder description(String description)
The revised description of the asset.
description - The revised description of the asset.CreateAssetRevisionRequest.Builder domainIdentifier(String domainIdentifier)
The unique identifier of the domain where the asset is being revised.
domainIdentifier - The unique identifier of the domain where the asset is being revised.CreateAssetRevisionRequest.Builder formsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
formsInput - The metadata forms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.Builder formsInput(FormInput... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
formsInput - The metadata forms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.Builder formsInput(Consumer<FormInput.Builder>... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
This is a convenience method that creates an instance of theFormInput.Builder avoiding the need to create one
manually via FormInput.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #formsInput(List.
formsInput - a consumer that will call methods on
FormInput.Builder#formsInput(java.util.Collection) CreateAssetRevisionRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
glossaryTerms - The glossary terms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
glossaryTerms - The glossary terms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.Builder identifier(String identifier)
The identifier of the asset.
identifier - The identifier of the asset.CreateAssetRevisionRequest.Builder name(String name)
Te revised name of the asset.
name - Te revised name of the asset.CreateAssetRevisionRequest.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 CreateAssetRevisionRequest.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)CreateAssetRevisionRequest.Builder typeRevision(String typeRevision)
The revision type of the asset.
typeRevision - The revision type of the asset.CreateAssetRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAssetRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.