| Package | Description |
|---|---|
| software.amazon.awssdk.services.databrew |
Glue DataBrew is a visual, cloud-scale data-preparation service.
|
| software.amazon.awssdk.services.databrew.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchDeleteRecipeVersionResponse |
DataBrewClient.batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)
Deletes one or more versions of a recipe at a time.
|
default CompletableFuture<BatchDeleteRecipeVersionResponse> |
DataBrewAsyncClient.batchDeleteRecipeVersion(Consumer<BatchDeleteRecipeVersionRequest.Builder> batchDeleteRecipeVersionRequest)
Deletes one or more versions of a recipe at a time.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.builder() |
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.Builder.name(String name)
The name of the recipe whose versions are to be deleted.
|
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.Builder.recipeVersions(Collection<String> recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.Builder.recipeVersions(String... recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
BatchDeleteRecipeVersionRequest.Builder |
BatchDeleteRecipeVersionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchDeleteRecipeVersionRequest.Builder> |
BatchDeleteRecipeVersionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.