Interface ListPipelineExecutionsResponse.Builder

    • Method Detail

      • pipelineExecutionSummaries

        ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries​(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)

        A list of executions in the history of a pipeline.

        Parameters:
        pipelineExecutionSummaries - A list of executions in the history of a pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineExecutionSummaries

        ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries​(PipelineExecutionSummary... pipelineExecutionSummaries)

        A list of executions in the history of a pipeline.

        Parameters:
        pipelineExecutionSummaries - A list of executions in the history of a pipeline.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPipelineExecutionsResponse.Builder nextToken​(String nextToken)

        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.

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