static CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.builder() |
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.description(String description) |
The revised description of the asset.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.domainIdentifier(String domainIdentifier) |
The unique identifier of the domain where the asset is being revised.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.formsInput(Collection<FormInput> formsInput) |
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.formsInput(Consumer<FormInput.Builder>... formsInput) |
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.formsInput(FormInput... formsInput) |
The metadata forms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.glossaryTerms(String... glossaryTerms) |
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.glossaryTerms(Collection<String> glossaryTerms) |
The glossary terms to be attached to the asset as part of asset revision.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.identifier(String identifier) |
The identifier of the asset.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.name(String name) |
Te revised name of the asset.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.predictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration) |
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.predictionConfiguration(PredictionConfiguration predictionConfiguration) |
The configuration of the automatically generated business-friendly metadata for the asset.
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.toBuilder() |
|
CreateAssetRevisionRequest.Builder |
CreateAssetRevisionRequest.Builder.typeRevision(String typeRevision) |
The revision type of the asset.
|