Interface ListPipelineExecutionsResponse.Builder

    • Method Detail

      • pipelineExecutionSummaries

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

        Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

        Parameters:
        pipelineExecutionSummaries - Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pipelineExecutionSummaries

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

        Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.

        Parameters:
        pipelineExecutionSummaries - Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPipelineExecutionsResponse.Builder nextToken​(String nextToken)

        If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.

        Parameters:
        nextToken - If the result of the previous ListPipelineExecutions request was truncated, the response includes a NextToken. To retrieve the next set of pipeline executions, use the token in the next request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.