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.
|
buildoverrideConfigurationcopyapplyMutation, buildListTerminologiesRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListTerminologiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.