public static interface ListWorkteamsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkteamsRequest.Builder,ListWorkteamsRequest>
Modifier and Type | Method and Description |
---|---|
ListWorkteamsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
|
ListWorkteamsRequest.Builder |
nameContains(String nameContains)
A string in the work team's name.
|
ListWorkteamsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListWorkteams request was truncated, the response includes a
NextToken . |
ListWorkteamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListWorkteamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListWorkteamsRequest.Builder |
sortBy(ListWorkteamsSortByOptions sortBy)
The field to sort results by.
|
ListWorkteamsRequest.Builder |
sortBy(String sortBy)
The field to sort results by.
|
ListWorkteamsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order for results.
|
ListWorkteamsRequest.Builder |
sortOrder(String sortOrder)
The sort order for results.
|
build
overrideConfiguration
copy
applyMutation, build
ListWorkteamsRequest.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
.ListWorkteamsSortByOptions
,
ListWorkteamsSortByOptions
ListWorkteamsRequest.Builder sortBy(ListWorkteamsSortByOptions sortBy)
The field to sort results by. The default is CreationTime
.
sortBy
- The field to sort results by. The default is CreationTime
.ListWorkteamsSortByOptions
,
ListWorkteamsSortByOptions
ListWorkteamsRequest.Builder sortOrder(String sortOrder)
The sort order for results. The default is Ascending
.
ListWorkteamsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order for results. The default is Ascending
.
ListWorkteamsRequest.Builder nameContains(String nameContains)
A string in the work team's name. This filter returns only work teams whose name contains the specified string.
nameContains
- A string in the work team's name. This filter returns only work teams whose name contains the
specified string.ListWorkteamsRequest.Builder nextToken(String nextToken)
If the result of the previous ListWorkteams
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 ListWorkteams
request was truncated, the response includes
a NextToken
. To retrieve the next set of labeling jobs, use the token in the next
request.ListWorkteamsRequest.Builder maxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
maxResults
- The maximum number of work teams to return in each page of the response.ListWorkteamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListWorkteamsRequest.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.