Interface ListPipelineExecutionStepsResponse.Builder

    • Method Detail

      • 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.
      • nextToken

        ListPipelineExecutionStepsResponse.Builder nextToken​(String 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.