Interface ListPipelineExecutionStepsResponse.Builder

  • Method Details

    • pipelineExecutionSteps

      ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(Collection<PipelineExecutionStep> pipelineExecutionSteps)

      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.

      Parameters:
      pipelineExecutionSteps - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineExecutionSteps

      ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(PipelineExecutionStep... pipelineExecutionSteps)

      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.

      Parameters:
      pipelineExecutionSteps - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • pipelineExecutionSteps

      ListPipelineExecutionStepsResponse.Builder pipelineExecutionSteps(Consumer<PipelineExecutionStep.Builder>... pipelineExecutionSteps)

      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.

      This is a convenience method that creates an instance of the PipelineExecutionStep.Builder avoiding the need to create one manually via PipelineExecutionStep.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to pipelineExecutionSteps(List<PipelineExecutionStep>).

      Parameters:
      pipelineExecutionSteps - a consumer that will call methods on PipelineExecutionStep.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      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.

      Parameters:
      nextToken - 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.