public static interface BatchDeleteRecipeVersionResponse.Builder extends DataBrewResponse.Builder, SdkPojo, CopyableBuilder<BatchDeleteRecipeVersionResponse.Builder,BatchDeleteRecipeVersionResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteRecipeVersionResponse.Builder |
errors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResponse.Builder |
errors(Consumer<RecipeVersionErrorDetail.Builder>... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResponse.Builder |
errors(RecipeVersionErrorDetail... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
|
BatchDeleteRecipeVersionResponse.Builder |
name(String name)
The name of the recipe that was modified.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDeleteRecipeVersionResponse.Builder name(String name)
The name of the recipe that was modified.
name - The name of the recipe that was modified.BatchDeleteRecipeVersionResponse.Builder errors(Collection<RecipeVersionErrorDetail> errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
errors - Errors, if any, that occurred while attempting to delete the recipe versions.BatchDeleteRecipeVersionResponse.Builder errors(RecipeVersionErrorDetail... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
errors - Errors, if any, that occurred while attempting to delete the recipe versions.BatchDeleteRecipeVersionResponse.Builder errors(Consumer<RecipeVersionErrorDetail.Builder>... errors)
Errors, if any, that occurred while attempting to delete the recipe versions.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #errors(List) .errors - a consumer that will call methods on List.Builder #errors(List) Copyright © 2022. All rights reserved.