Interface CreateAssetRevisionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>,DataZoneRequest.Builder,SdkBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateAssetRevisionRequest
public static interface CreateAssetRevisionRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<CreateAssetRevisionRequest.Builder,CreateAssetRevisionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CreateAssetRevisionRequest.BuilderclientToken(String clientToken)A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.CreateAssetRevisionRequest.Builderdescription(String description)The revised description of the asset.CreateAssetRevisionRequest.BuilderdomainIdentifier(String domainIdentifier)The unique identifier of the domain where the asset is being revised.CreateAssetRevisionRequest.BuilderformsInput(Collection<FormInput> formsInput)The metadata forms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.BuilderformsInput(Consumer<FormInput.Builder>... formsInput)The metadata forms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.BuilderformsInput(FormInput... formsInput)The metadata forms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.BuilderglossaryTerms(String... glossaryTerms)The glossary terms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms to be attached to the asset as part of asset revision.CreateAssetRevisionRequest.Builderidentifier(String identifier)The identifier of the asset.CreateAssetRevisionRequest.Buildername(String name)Te revised name of the asset.CreateAssetRevisionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAssetRevisionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default CreateAssetRevisionRequest.BuilderpredictionConfiguration(Consumer<PredictionConfiguration.Builder> predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.CreateAssetRevisionRequest.BuilderpredictionConfiguration(PredictionConfiguration predictionConfiguration)The configuration of the automatically generated business-friendly metadata for the asset.CreateAssetRevisionRequest.BuildertypeRevision(String typeRevision)The revision type of the asset.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateAssetRevisionRequest.Builder clientToken(String clientToken)
A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.
- Parameters:
clientToken- A unique, case-sensitive identifier that is provided to ensure the idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateAssetRevisionRequest.Builder description(String description)
The revised description of the asset.
- Parameters:
description- The revised description of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainIdentifier
CreateAssetRevisionRequest.Builder domainIdentifier(String domainIdentifier)
The unique identifier of the domain where the asset is being revised.
- Parameters:
domainIdentifier- The unique identifier of the domain where the asset is being revised.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
CreateAssetRevisionRequest.Builder formsInput(Collection<FormInput> formsInput)
The metadata forms to be attached to the asset as part of asset revision.
- Parameters:
formsInput- The metadata forms to be attached to the asset as part of asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
CreateAssetRevisionRequest.Builder formsInput(FormInput... formsInput)
The metadata forms to be attached to the asset as part of asset revision.
- Parameters:
formsInput- The metadata forms to be attached to the asset as part of asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsInput
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.Builderavoiding the need to create one manually viaFormInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#formsInput(List.) - Parameters:
formsInput- a consumer that will call methods onFormInput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#formsInput(java.util.Collection)
-
glossaryTerms
CreateAssetRevisionRequest.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
- Parameters:
glossaryTerms- The glossary terms to be attached to the asset as part of asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
CreateAssetRevisionRequest.Builder glossaryTerms(String... glossaryTerms)
The glossary terms to be attached to the asset as part of asset revision.
- Parameters:
glossaryTerms- The glossary terms to be attached to the asset as part of asset revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
CreateAssetRevisionRequest.Builder identifier(String identifier)
The identifier of the asset.
- Parameters:
identifier- The identifier of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateAssetRevisionRequest.Builder name(String name)
Te revised name of the asset.
- Parameters:
name- Te revised name of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionConfiguration
CreateAssetRevisionRequest.Builder predictionConfiguration(PredictionConfiguration predictionConfiguration)
The configuration of the automatically generated business-friendly metadata for the asset.
- Parameters:
predictionConfiguration- The configuration of the automatically generated business-friendly metadata for the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionConfiguration
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.Builderavoiding the need to create one manually viaPredictionConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topredictionConfiguration(PredictionConfiguration).- Parameters:
predictionConfiguration- a consumer that will call methods onPredictionConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
predictionConfiguration(PredictionConfiguration)
-
typeRevision
CreateAssetRevisionRequest.Builder typeRevision(String typeRevision)
The revision type of the asset.
- Parameters:
typeRevision- The revision type of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateAssetRevisionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateAssetRevisionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-