pub struct Builder { /* private fields */ }
Expand description
A builder for ListPipelineExecutionStepsOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pipeline_execution_steps(self, input: PipelineExecutionStep) -> Self
pub fn pipeline_execution_steps(self, input: PipelineExecutionStep) -> Self
Appends an item to pipeline_execution_steps
.
To override the contents of this collection use set_pipeline_execution_steps
.
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.
sourcepub fn set_pipeline_execution_steps(
self,
input: Option<Vec<PipelineExecutionStep>>
) -> Self
pub fn set_pipeline_execution_steps(
self,
input: Option<Vec<PipelineExecutionStep>>
) -> Self
A list of PipeLineExecutionStep
objects. Each PipeLineExecutionStep
consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
If the result of the previous ListPipelineExecutionSteps
request was truncated, the response includes a NextToken
. To retrieve the next set of pipeline execution steps, use the token in the next request.
sourcepub fn build(self) -> ListPipelineExecutionStepsOutput
pub fn build(self) -> ListPipelineExecutionStepsOutput
Consumes the builder and constructs a ListPipelineExecutionStepsOutput
.