Struct aws_sdk_sagemaker::input::describe_pipeline_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePipelineInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_name(self, input: impl Into<String>) -> Self
pub fn pipeline_name(self, input: impl Into<String>) -> Self
The name of the pipeline to describe.
sourcepub fn set_pipeline_name(self, input: Option<String>) -> Self
pub fn set_pipeline_name(self, input: Option<String>) -> Self
The name of the pipeline to describe.
sourcepub fn build(self) -> Result<DescribePipelineInput, BuildError>
pub fn build(self) -> Result<DescribePipelineInput, BuildError>
Consumes the builder and constructs a DescribePipelineInput
.