pub struct Builder { /* private fields */ }Expand description
A builder for DescribePipelinesOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_description_list(self, input: PipelineDescription) -> Self
pub fn pipeline_description_list(self, input: PipelineDescription) -> Self
Appends an item to pipeline_description_list.
To override the contents of this collection use set_pipeline_description_list.
An array of descriptions for the specified pipelines.
sourcepub fn set_pipeline_description_list(
self,
input: Option<Vec<PipelineDescription>>
) -> Self
pub fn set_pipeline_description_list(
self,
input: Option<Vec<PipelineDescription>>
) -> Self
An array of descriptions for the specified pipelines.
sourcepub fn build(self) -> DescribePipelinesOutput
pub fn build(self) -> DescribePipelinesOutput
Consumes the builder and constructs a DescribePipelinesOutput.