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)
Add an optional request override configuration.
|
ListSubscribedWorkteamsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSubscribedWorkteamsRequest.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.