Interface DeleteRecipeVersionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteRecipeVersionRequest.Builder,DeleteRecipeVersionRequest>,DataBrewRequest.Builder,SdkBuilder<DeleteRecipeVersionRequest.Builder,DeleteRecipeVersionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteRecipeVersionRequest
public static interface DeleteRecipeVersionRequest.Builder extends DataBrewRequest.Builder, SdkPojo, CopyableBuilder<DeleteRecipeVersionRequest.Builder,DeleteRecipeVersionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteRecipeVersionRequest.Buildername(String name)The name of the recipe.DeleteRecipeVersionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteRecipeVersionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteRecipeVersionRequest.BuilderrecipeVersion(String recipeVersion)The version of the recipe to be deleted.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
DeleteRecipeVersionRequest.Builder name(String name)
The name of the recipe.
- Parameters:
name- The name of the recipe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recipeVersion
DeleteRecipeVersionRequest.Builder recipeVersion(String recipeVersion)
The version of the recipe to be deleted. You can specify a numeric versions (
X.Y) orLATEST_WORKING.LATEST_PUBLISHEDis not supported.- Parameters:
recipeVersion- The version of the recipe to be deleted. You can specify a 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
DeleteRecipeVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteRecipeVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-