public static interface ListPipelineExecutionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionsResponse.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelineExecutions request was truncated, the response
includes a NextToken. |
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(Collection<PipelineExecutionSummary> pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(Consumer<PipelineExecutionSummary.Builder>... pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
ListPipelineExecutionsResponse.Builder |
pipelineExecutionSummaries(PipelineExecutionSummary... pipelineExecutionSummaries)
Contains a sorted list of pipeline execution summary objects matching the specified filters.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelineExecutionsResponse.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.
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.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.
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.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 thePipelineExecutionSummary.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.
pipelineExecutionSummaries - a consumer that will call methods on
PipelineExecutionSummary.Builder#pipelineExecutionSummaries(java.util.Collection) 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.
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.Copyright © 2022. All rights reserved.