public static interface ListWorkteamsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkteamsRequest.Builder,ListWorkteamsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
ListWorkteamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.