public static interface ListLanguagesRequest.Builder extends TranslateRequest.Builder, SdkPojo, CopyableBuilder<ListLanguagesRequest.Builder,ListLanguagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListLanguagesRequest.Builder |
displayLanguageCode(DisplayLanguageCode displayLanguageCode)
The language code for the language to use to display the language names in the response.
|
ListLanguagesRequest.Builder |
displayLanguageCode(String displayLanguageCode)
The language code for the language to use to display the language names in the response.
|
ListLanguagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each response.
|
ListLanguagesRequest.Builder |
nextToken(String nextToken)
Include the NextToken value to fetch the next group of supported languages.
|
ListLanguagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListLanguagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLanguagesRequest.Builder displayLanguageCode(String displayLanguageCode)
The language code for the language to use to display the language names in the response. The language code is
en by default.
displayLanguageCode - The language code for the language to use to display the language names in the response. The language
code is en by default.DisplayLanguageCode,
DisplayLanguageCodeListLanguagesRequest.Builder displayLanguageCode(DisplayLanguageCode displayLanguageCode)
The language code for the language to use to display the language names in the response. The language code is
en by default.
displayLanguageCode - The language code for the language to use to display the language names in the response. The language
code is en by default.DisplayLanguageCode,
DisplayLanguageCodeListLanguagesRequest.Builder nextToken(String nextToken)
Include the NextToken value to fetch the next group of supported languages.
nextToken - Include the NextToken value to fetch the next group of supported languages.ListLanguagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in each response.
maxResults - The maximum number of results to return in each response.ListLanguagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListLanguagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.