public static interface ListProcessingJobsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListProcessingJobsRequest.Builder,ListProcessingJobsRequest>
Modifier and Type | Method and Description |
---|---|
ListProcessingJobsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only processing jobs created after the specified time.
|
ListProcessingJobsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only processing jobs created after the specified time.
|
ListProcessingJobsRequest.Builder |
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only processing jobs modified after the specified time.
|
ListProcessingJobsRequest.Builder |
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only processing jobs modified before the specified time.
|
ListProcessingJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of processing jobs to return in the response.
|
ListProcessingJobsRequest.Builder |
nameContains(String nameContains)
A string in the processing job name.
|
ListProcessingJobsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListProcessingJobs request was truncated, the response includes a
NextToken . |
ListProcessingJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProcessingJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProcessingJobsRequest.Builder |
sortBy(SortBy sortBy)
The field to sort results by.
|
ListProcessingJobsRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListProcessingJobsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListProcessingJobsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListProcessingJobsRequest.Builder |
statusEquals(ProcessingJobStatus statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
ListProcessingJobsRequest.Builder |
statusEquals(String statusEquals)
A filter that retrieves only processing jobs with a specific status.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListProcessingJobsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only processing jobs created after the specified time.
creationTimeAfter
- A filter that returns only processing jobs created after the specified time.ListProcessingJobsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only processing jobs created after the specified time.
creationTimeBefore
- A filter that returns only processing jobs created after the specified time.ListProcessingJobsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only processing jobs modified after the specified time.
lastModifiedTimeAfter
- A filter that returns only processing jobs modified after the specified time.ListProcessingJobsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only processing jobs modified before the specified time.
lastModifiedTimeBefore
- A filter that returns only processing jobs modified before the specified time.ListProcessingJobsRequest.Builder nameContains(String nameContains)
A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.
nameContains
- A string in the processing job name. This filter returns only processing jobs whose name contains the
specified string.ListProcessingJobsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only processing jobs with a specific status.
statusEquals
- A filter that retrieves only processing jobs with a specific status.ProcessingJobStatus
,
ProcessingJobStatus
ListProcessingJobsRequest.Builder statusEquals(ProcessingJobStatus statusEquals)
A filter that retrieves only processing jobs with a specific status.
statusEquals
- A filter that retrieves only processing jobs with a specific status.ProcessingJobStatus
,
ProcessingJobStatus
ListProcessingJobsRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
ListProcessingJobsRequest.Builder sortBy(SortBy sortBy)
The field to sort results by. The default is CreationTime
.
ListProcessingJobsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
ListProcessingJobsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
ListProcessingJobsRequest.Builder nextToken(String nextToken)
If the result of the previous ListProcessingJobs
request was truncated, the response includes a
NextToken
. To retrieve the next set of processing jobs, use the token in the next request.
nextToken
- If the result of the previous ListProcessingJobs
request was truncated, the response
includes a NextToken
. To retrieve the next set of processing jobs, use the token in the
next request.ListProcessingJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of processing jobs to return in the response.
maxResults
- The maximum number of processing jobs to return in the response.ListProcessingJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListProcessingJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.