Interface BatchDeleteRecipeVersionRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<BatchDeleteRecipeVersionRequest.Builder,,BatchDeleteRecipeVersionRequest> DataBrewRequest.Builder,SdkBuilder<BatchDeleteRecipeVersionRequest.Builder,,BatchDeleteRecipeVersionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 BatchDeleteRecipeVersionRequest
public static interface BatchDeleteRecipeVersionRequest.Builder
extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteRecipeVersionRequest.Builder,BatchDeleteRecipeVersionRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe name of the recipe whose versions are to be deleted.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.recipeVersions(String... recipeVersions) An array of version identifiers, for the recipe versions to be deleted.recipeVersions(Collection<String> recipeVersions) An array of version identifiers, for the recipe versions to be deleted.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
name
The name of the recipe whose versions are to be deleted.
- Parameters:
 name- The name of the recipe whose versions are to be deleted.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
recipeVersions
An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (
X.Y) orLATEST_WORKING.LATEST_PUBLISHEDis not supported.- Parameters:
 recipeVersions- An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (X.Y) orLATEST_WORKING.LATEST_PUBLISHEDis not supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
recipeVersions
An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (
X.Y) orLATEST_WORKING.LATEST_PUBLISHEDis not supported.- Parameters:
 recipeVersions- An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (X.Y) orLATEST_WORKING.LATEST_PUBLISHEDis not supported.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
BatchDeleteRecipeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
BatchDeleteRecipeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -