public static interface BatchDeleteRecipeVersionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<BatchDeleteRecipeVersionRequest.Builder,BatchDeleteRecipeVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionRequest.Builder |
name(String name)
The name of the recipe whose versions are to be deleted.
|
BatchDeleteRecipeVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchDeleteRecipeVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchDeleteRecipeVersionRequest.Builder |
recipeVersions(Collection<String> recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
BatchDeleteRecipeVersionRequest.Builder |
recipeVersions(String... recipeVersions)
An array of version identifiers, for the recipe versions to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteRecipeVersionRequest.Builder name(String name)
The name of the recipe whose versions are to be deleted.
name - The name of the recipe whose versions are to be deleted.BatchDeleteRecipeVersionRequest.Builder recipeVersions(Collection<String> recipeVersions)
An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (
X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.
recipeVersions - An array of version identifiers, for the recipe versions to be deleted. You can specify numeric
versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not
supported.BatchDeleteRecipeVersionRequest.Builder recipeVersions(String... recipeVersions)
An array of version identifiers, for the recipe versions to be deleted. You can specify numeric versions (
X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not supported.
recipeVersions - An array of version identifiers, for the recipe versions to be deleted. You can specify numeric
versions (X.Y) or LATEST_WORKING. LATEST_PUBLISHED is not
supported.BatchDeleteRecipeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDeleteRecipeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.