public static interface DescribeSupportedLanguagesResponse.Builder extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeSupportedLanguagesResponse.Builder,DescribeSupportedLanguagesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeSupportedLanguagesResponse.Builder |
supportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
DescribeSupportedLanguagesResponse.Builder |
supportedLanguages(Consumer<SupportedLanguage.Builder>... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
DescribeSupportedLanguagesResponse.Builder |
supportedLanguages(SupportedLanguage... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeSupportedLanguagesResponse.Builder supportedLanguages(Collection<SupportedLanguage> supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
supportedLanguages - A JSON-formatted array that contains the available ISO 639-1 language codes.DescribeSupportedLanguagesResponse.Builder supportedLanguages(SupportedLanguage... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
supportedLanguages - A JSON-formatted array that contains the available ISO 639-1 language codes.DescribeSupportedLanguagesResponse.Builder supportedLanguages(Consumer<SupportedLanguage.Builder>... supportedLanguages)
A JSON-formatted array that contains the available ISO 639-1 language codes.
This is a convenience method that creates an instance of theSupportedLanguage.Builder avoiding the need to create
one manually via SupportedLanguage.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #supportedLanguages(List.
supportedLanguages - a consumer that will call methods on
SupportedLanguage.Builder#supportedLanguages(java.util.Collection) Copyright © 2023. All rights reserved.