public static interface ListPipelineExecutionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelineExecutionsRequest.Builder,ListPipelineExecutionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelineExecutionsRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns the pipeline executions that were created after a specified time.
|
ListPipelineExecutionsRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns the pipeline executions that were created before a specified time.
|
ListPipelineExecutionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of pipeline executions to return in the response.
|
ListPipelineExecutionsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelineExecutions request was truncated, the response
includes a NextToken. |
ListPipelineExecutionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelineExecutionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPipelineExecutionsRequest.Builder |
pipelineName(String pipelineName)
The name of the pipeline.
|
ListPipelineExecutionsRequest.Builder |
sortBy(SortPipelineExecutionsBy sortBy)
The field by which to sort results.
|
ListPipelineExecutionsRequest.Builder |
sortBy(String sortBy)
The field by which to sort results.
|
ListPipelineExecutionsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListPipelineExecutionsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelineExecutionsRequest.Builder pipelineName(String pipelineName)
The name of the pipeline.
pipelineName - The name of the pipeline.ListPipelineExecutionsRequest.Builder createdAfter(Instant createdAfter)
A filter that returns the pipeline executions that were created after a specified time.
createdAfter - A filter that returns the pipeline executions that were created after a specified time.ListPipelineExecutionsRequest.Builder createdBefore(Instant createdBefore)
A filter that returns the pipeline executions that were created before a specified time.
createdBefore - A filter that returns the pipeline executions that were created before a specified time.ListPipelineExecutionsRequest.Builder sortBy(String sortBy)
The field by which to sort results. The default is CreatedTime.
sortBy - The field by which to sort results. The default is CreatedTime.SortPipelineExecutionsBy,
SortPipelineExecutionsByListPipelineExecutionsRequest.Builder sortBy(SortPipelineExecutionsBy sortBy)
The field by which to sort results. The default is CreatedTime.
sortBy - The field by which to sort results. The default is CreatedTime.SortPipelineExecutionsBy,
SortPipelineExecutionsByListPipelineExecutionsRequest.Builder sortOrder(String sortOrder)
The sort order for results.
ListPipelineExecutionsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results.
ListPipelineExecutionsRequest.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.ListPipelineExecutionsRequest.Builder maxResults(Integer maxResults)
The maximum number of pipeline executions to return in the response.
maxResults - The maximum number of pipeline executions to return in the response.ListPipelineExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelineExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.