pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteRecipeVersionOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn recipe_version(self, input: impl Into<String>) -> Self
pub fn recipe_version(self, input: impl Into<String>) -> Self
The version of the recipe that was deleted.
sourcepub fn set_recipe_version(self, input: Option<String>) -> Self
pub fn set_recipe_version(self, input: Option<String>) -> Self
The version of the recipe that was deleted.
sourcepub fn build(self) -> DeleteRecipeVersionOutput
pub fn build(self) -> DeleteRecipeVersionOutput
Consumes the builder and constructs a DeleteRecipeVersionOutput
.