public static interface DeleteRecipeVersionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<DeleteRecipeVersionRequest.Builder,DeleteRecipeVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteRecipeVersionRequest.Builder |
name(String name)
The name of the recipe.
|
DeleteRecipeVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteRecipeVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteRecipeVersionRequest.Builder |
recipeVersion(String recipeVersion)
The version of the recipe to be deleted.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteRecipeVersionRequest.Builder name(String name)
The name of the recipe.
name - The name of the recipe.DeleteRecipeVersionRequest.Builder recipeVersion(String recipeVersion)
The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or
LATEST_WORKING. LATEST_PUBLISHED is not supported.
recipeVersion - The version of the recipe to be deleted. You can specify a numeric versions (X.Y) or
LATEST_WORKING. LATEST_PUBLISHED is not supported.DeleteRecipeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteRecipeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.