Struct aws_sdk_databrew::input::describe_recipe_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeRecipeInput
.
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 recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
sourcepub fn set_recipe_version(self, input: Option<String>) -> Self
pub fn set_recipe_version(self, input: Option<String>) -> Self
The recipe version identifier. If this parameter isn't specified, then the latest published version is returned.
sourcepub fn build(self) -> Result<DescribeRecipeInput, BuildError>
pub fn build(self) -> Result<DescribeRecipeInput, BuildError>
Consumes the builder and constructs a DescribeRecipeInput
.