public static interface ListTerminologiesRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<ListTerminologiesRequest.Builder,ListTerminologiesRequest>
Modifier and Type | Method and Description |
---|---|
ListTerminologiesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
|
ListTerminologiesRequest.Builder |
nextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next
group of custom terminologies.
|
ListTerminologiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListTerminologiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListTerminologiesRequest.Builder nextToken(String nextToken)
If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the next group of custom terminologies.
nextToken
- If the result of the request to ListTerminologies was truncated, include the NextToken to fetch the
next group of custom terminologies.ListTerminologiesRequest.Builder maxResults(Integer maxResults)
The maximum number of custom terminologies returned per list request.
maxResults
- The maximum number of custom terminologies returned per list request.ListTerminologiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListTerminologiesRequest.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.