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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
overrideConfiguration
in interface AwsRequest.Builder
ListTerminologiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.