public static interface ListSubscribedWorkteamsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListSubscribedWorkteamsRequest.Builder,ListSubscribedWorkteamsRequest>
Modifier and Type | Method and Description |
---|---|
ListSubscribedWorkteamsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of work teams to return in each page of the response.
|
ListSubscribedWorkteamsRequest.Builder |
nameContains(String nameContains)
A string in the work team name.
|
ListSubscribedWorkteamsRequest.Builder |
nextToken(String nextToken)
If the result of the previous
ListSubscribedWorkteams request was truncated, the response
includes a NextToken . |
ListSubscribedWorkteamsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSubscribedWorkteamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListSubscribedWorkteamsRequest.Builder nameContains(String nameContains)
A string in the work team name. This filter returns only work teams whose name contains the specified string.
nameContains
- A string in the work team name. This filter returns only work teams whose name contains the specified
string.ListSubscribedWorkteamsRequest.Builder nextToken(String nextToken)
If the result of the previous ListSubscribedWorkteams
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 ListSubscribedWorkteams
request was truncated, the response
includes a NextToken
. To retrieve the next set of labeling jobs, use the token in the
next request.ListSubscribedWorkteamsRequest.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.ListSubscribedWorkteamsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListSubscribedWorkteamsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.