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) |
ListTerminologiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderListTerminologiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.