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 method that creates an instance of theRecipeVersionErrorDetail.Builder avoiding the need to
create one manually via
RecipeVersionErrorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #errors(List.
errors - a consumer that will call methods on
RecipeVersionErrorDetail.Builder#errors(java.util.Collection) Copyright © 2023. All rights reserved.