Struct aws_sdk_codepipeline::output::list_pipeline_executions_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ListPipelineExecutionsOutput
Implementations
Appends an item to pipeline_execution_summaries
.
To override the contents of this collection use set_pipeline_execution_summaries
.
A list of executions in the history of a pipeline.
pub fn set_pipeline_execution_summaries(
self,
input: Option<Vec<PipelineExecutionSummary>>
) -> Self
pub fn set_pipeline_execution_summaries(
self,
input: Option<Vec<PipelineExecutionSummary>>
) -> Self
A list of executions in the history of a pipeline.
A token that can be used in the next ListPipelineExecutions
call. To
view all items in the list, continue to call this operation with each subsequent token
until no more nextToken values are returned.
A token that can be used in the next ListPipelineExecutions
call. To
view all items in the list, continue to call this operation with each subsequent token
until no more nextToken values are returned.
Consumes the builder and constructs a ListPipelineExecutionsOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more