Interface ListPipelineExecutionsResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>, SageMakerResponse.Builder, SdkBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListPipelineExecutionsResponse

public static interface ListPipelineExecutionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
  • Method Details

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

      ListPipelineExecutionsResponse.Builder pipelineExecutionSummaries(Consumer<PipelineExecutionSummary.Builder>... 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.

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

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

      Parameters:
      pipelineExecutionSummaries - a consumer that will call methods on PipelineExecutionSummary.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 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.