Interface BatchDeleteRecipeVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<BatchDeleteRecipeVersionResponse.Builder,,BatchDeleteRecipeVersionResponse> DataBrewResponse.Builder,SdkBuilder<BatchDeleteRecipeVersionResponse.Builder,,BatchDeleteRecipeVersionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
BatchDeleteRecipeVersionResponse
public static interface BatchDeleteRecipeVersionResponse.Builder
extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteRecipeVersionResponse.Builder,BatchDeleteRecipeVersionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionerrors(Collection<RecipeVersionErrorDetail> errors) Errors, if any, that occurred while attempting to delete the recipe versions.errors(Consumer<RecipeVersionErrorDetail.Builder>... errors) Errors, if any, that occurred while attempting to delete the recipe versions.errors(RecipeVersionErrorDetail... errors) Errors, if any, that occurred while attempting to delete the recipe versions.The name of the recipe that was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.databrew.model.DataBrewResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
name
The name of the recipe that was modified.
- Parameters:
name- The name of the recipe that was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Errors, if any, that occurred while attempting to delete the recipe versions.
- Parameters:
errors- Errors, if any, that occurred while attempting to delete the recipe versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
Errors, if any, that occurred while attempting to delete the recipe versions.
- Parameters:
errors- Errors, if any, that occurred while attempting to delete the recipe versions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errors
BatchDeleteRecipeVersionResponse.Builder errors(Consumer<RecipeVersionErrorDetail.Builder>... errors) Errors, if any, that occurred while attempting to delete the recipe versions.
This is a convenience method that creates an instance of theRecipeVersionErrorDetail.Builderavoiding the need to create one manually viaRecipeVersionErrorDetail.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toerrors(List<RecipeVersionErrorDetail>).- Parameters:
errors- a consumer that will call methods onRecipeVersionErrorDetail.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-