Struct aws_sdk_databrew::model::recipe_reference::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for RecipeReference
.
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 identifier for the version for the recipe.
sourcepub fn set_recipe_version(self, input: Option<String>) -> Self
pub fn set_recipe_version(self, input: Option<String>) -> Self
The identifier for the version for the recipe.
sourcepub fn build(self) -> RecipeReference
pub fn build(self) -> RecipeReference
Consumes the builder and constructs a RecipeReference
.