public static interface ListWorkteamsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListWorkteamsRequest.Builder,ListWorkteamsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWorkteamsRequest.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,
ListWorkteamsSortByOptionsListWorkteamsRequest.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,
ListWorkteamsSortByOptionsListWorkteamsRequest.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.BuilderListWorkteamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.