pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePipelinesOutput
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more