public static interface ListPipelinesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipelinesRequest.Builder |
createdAfter(Instant createdAfter)
A filter that returns the pipelines that were created after a specified time.
|
ListPipelinesRequest.Builder |
createdBefore(Instant createdBefore)
A filter that returns the pipelines that were created before a specified time.
|
ListPipelinesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of pipelines to return in the response.
|
ListPipelinesRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListPipelines request was truncated, the response includes a
NextToken. |
ListPipelinesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipelinesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPipelinesRequest.Builder |
pipelineNamePrefix(String pipelineNamePrefix)
The prefix of the pipeline name.
|
ListPipelinesRequest.Builder |
sortBy(SortPipelinesBy sortBy)
The field by which to sort results.
|
ListPipelinesRequest.Builder |
sortBy(String sortBy)
The field by which to sort results.
|
ListPipelinesRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListPipelinesRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipelinesRequest.Builder pipelineNamePrefix(String pipelineNamePrefix)
The prefix of the pipeline name.
pipelineNamePrefix - The prefix of the pipeline name.ListPipelinesRequest.Builder createdAfter(Instant createdAfter)
A filter that returns the pipelines that were created after a specified time.
createdAfter - A filter that returns the pipelines that were created after a specified time.ListPipelinesRequest.Builder createdBefore(Instant createdBefore)
A filter that returns the pipelines that were created before a specified time.
createdBefore - A filter that returns the pipelines that were created before a specified time.ListPipelinesRequest.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.SortPipelinesBy,
SortPipelinesByListPipelinesRequest.Builder sortBy(SortPipelinesBy sortBy)
The field by which to sort results. The default is CreatedTime.
sortBy - The field by which to sort results. The default is CreatedTime.SortPipelinesBy,
SortPipelinesByListPipelinesRequest.Builder sortOrder(String sortOrder)
The sort order for results.
ListPipelinesRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results.
ListPipelinesRequest.Builder nextToken(String nextToken)
If the result of the previous ListPipelines request was truncated, the response includes a
NextToken. To retrieve the next set of pipelines, use the token in the next request.
nextToken - If the result of the previous ListPipelines request was truncated, the response includes
a NextToken. To retrieve the next set of pipelines, use the token in the next request.ListPipelinesRequest.Builder maxResults(Integer maxResults)
The maximum number of pipelines to return in the response.
maxResults - The maximum number of pipelines to return in the response.ListPipelinesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipelinesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.