pub struct Builder { /* private fields */ }
Expand description
A builder for DescribePipelinesInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_ids(self, input: impl Into<String>) -> Self
pub fn pipeline_ids(self, input: impl Into<String>) -> Self
Appends an item to pipeline_ids
.
To override the contents of this collection use set_pipeline_ids
.
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines
.
sourcepub fn set_pipeline_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_pipeline_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines
.
sourcepub fn build(self) -> Result<DescribePipelinesInput, BuildError>
pub fn build(self) -> Result<DescribePipelinesInput, BuildError>
Consumes the builder and constructs a DescribePipelinesInput
.