Uses of Interface
software.amazon.awssdk.services.databrew.model.BatchDeleteRecipeVersionRequest.Builder
-
Packages that use BatchDeleteRecipeVersionRequest.Builder Package Description software.amazon.awssdk.services.databrew Glue DataBrew is a visual, cloud-scale data-preparation service.software.amazon.awssdk.services.databrew.model -
-
Uses of BatchDeleteRecipeVersionRequest.Builder in software.amazon.awssdk.services.databrew
Method parameters in software.amazon.awssdk.services.databrew with type arguments of type BatchDeleteRecipeVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteRecipeVersionResponse>DataBrewAsyncClient. batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time.default BatchDeleteRecipeVersionResponseDataBrewClient. batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)Deletes one or more versions of a recipe at a time. -
Uses of BatchDeleteRecipeVersionRequest.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return BatchDeleteRecipeVersionRequest.Builder Modifier and Type Method Description static BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest. builder()BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest.Builder. name(String name)The name of the recipe whose versions are to be deleted.BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest.Builder. recipeVersions(String... recipeVersions)An array of version identifiers, for the recipe versions to be deleted.BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest.Builder. recipeVersions(Collection<String> recipeVersions)An array of version identifiers, for the recipe versions to be deleted.BatchDeleteRecipeVersionRequest.BuilderBatchDeleteRecipeVersionRequest. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type BatchDeleteRecipeVersionRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteRecipeVersionRequest.Builder>BatchDeleteRecipeVersionRequest. serializableBuilderClass()
-