pub struct Builder { /* private fields */ }
Expand description
A builder for BatchDeleteRecipeVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn errors(self, input: RecipeVersionErrorDetail) -> Self
pub fn errors(self, input: RecipeVersionErrorDetail) -> Self
Appends an item to errors
.
To override the contents of this collection use set_errors
.
Errors, if any, that occurred while attempting to delete the recipe versions.
sourcepub fn set_errors(self, input: Option<Vec<RecipeVersionErrorDetail>>) -> Self
pub fn set_errors(self, input: Option<Vec<RecipeVersionErrorDetail>>) -> Self
Errors, if any, that occurred while attempting to delete the recipe versions.
sourcepub fn build(self) -> BatchDeleteRecipeVersionOutput
pub fn build(self) -> BatchDeleteRecipeVersionOutput
Consumes the builder and constructs a BatchDeleteRecipeVersionOutput
.