public static interface ListLabelingJobsForWorkteamRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListLabelingJobsForWorkteamRequest.Builder,ListLabelingJobsForWorkteamRequest>
Modifier and Type | Method and Description |
---|---|
ListLabelingJobsForWorkteamRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
|
ListLabelingJobsForWorkteamRequest.Builder |
jobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
|
ListLabelingJobsForWorkteamRequest.Builder |
maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
|
ListLabelingJobsForWorkteamRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListLabelingJobsForWorkteam request was truncated, the response
includes a NextToken . |
ListLabelingJobsForWorkteamRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListLabelingJobsForWorkteamRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListLabelingJobsForWorkteamRequest.Builder |
sortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListLabelingJobsForWorkteamRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
ListLabelingJobsForWorkteamRequest.Builder |
workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
|
build
overrideConfiguration
copy
applyMutation, build
ListLabelingJobsForWorkteamRequest.Builder workteamArn(String workteamArn)
The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.
workteamArn
- The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.ListLabelingJobsForWorkteamRequest.Builder maxResults(Integer maxResults)
The maximum number of labeling jobs to return in each page of the response.
maxResults
- The maximum number of labeling jobs to return in each page of the response.ListLabelingJobsForWorkteamRequest.Builder nextToken(String nextToken)
If the result of the previous ListLabelingJobsForWorkteam
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the next
request.
nextToken
- If the result of the previous ListLabelingJobsForWorkteam
request was truncated, the
response includes a NextToken
. To retrieve the next set of labeling jobs, use the token
in the next request.ListLabelingJobsForWorkteamRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only labeling jobs created after the specified time (timestamp).
creationTimeAfter
- A filter that returns only labeling jobs created after the specified time (timestamp).ListLabelingJobsForWorkteamRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only labeling jobs created before the specified time (timestamp).
creationTimeBefore
- A filter that returns only labeling jobs created before the specified time (timestamp).ListLabelingJobsForWorkteamRequest.Builder jobReferenceCodeContains(String jobReferenceCodeContains)
A filter the limits jobs to only the ones whose job reference code contains the specified string.
jobReferenceCodeContains
- A filter the limits jobs to only the ones whose job reference code contains the specified string.ListLabelingJobsForWorkteamRequest.Builder sortBy(String sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.ListLabelingJobsForWorkteamSortByOptions
,
ListLabelingJobsForWorkteamSortByOptions
ListLabelingJobsForWorkteamRequest.Builder sortBy(ListLabelingJobsForWorkteamSortByOptions sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.ListLabelingJobsForWorkteamSortByOptions
,
ListLabelingJobsForWorkteamSortByOptions
ListLabelingJobsForWorkteamRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
ListLabelingJobsForWorkteamRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
ListLabelingJobsForWorkteamRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListLabelingJobsForWorkteamRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.