public static interface DescribeVoicesRequest.Builder extends PollyRequest.Builder, SdkPojo, CopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeVoicesRequest.Builder |
includeAdditionalLanguageCodes(Boolean includeAdditionalLanguageCodes)
Boolean value indicating whether to return any bilingual voices that use the specified language as an
additional language.
|
DescribeVoicesRequest.Builder |
languageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the
list of voices returned.
|
DescribeVoicesRequest.Builder |
languageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the
list of voices returned.
|
DescribeVoicesRequest.Builder |
nextToken(String nextToken)
An opaque pagination token returned from the previous
DescribeVoices operation. |
DescribeVoicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeVoicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeVoicesRequest.Builder languageCode(String languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for
filtering the list of voices returned. If you don't specify this optional parameter, all available
voices are returned.LanguageCode,
LanguageCodeDescribeVoicesRequest.Builder languageCode(LanguageCode languageCode)
The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for filtering the list of voices returned. If you don't specify this optional parameter, all available voices are returned.
languageCode - The language identification tag (ISO 639 code for the language name-ISO 3166 country code) for
filtering the list of voices returned. If you don't specify this optional parameter, all available
voices are returned.LanguageCode,
LanguageCodeDescribeVoicesRequest.Builder includeAdditionalLanguageCodes(Boolean includeAdditionalLanguageCodes)
Boolean value indicating whether to return any bilingual voices that use the specified language as an
additional language. For instance, if you request all languages that use US English (es-US), and there is an
Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if you specify
yes but not if you specify no.
includeAdditionalLanguageCodes - Boolean value indicating whether to return any bilingual voices that use the specified language as an
additional language. For instance, if you request all languages that use US English (es-US), and there
is an Italian voice that speaks both Italian (it-IT) and US English, that voice will be included if
you specify yes but not if you specify no.DescribeVoicesRequest.Builder nextToken(String nextToken)
An opaque pagination token returned from the previous DescribeVoices operation. If present, this
indicates where to continue the listing.
nextToken - An opaque pagination token returned from the previous DescribeVoices operation. If
present, this indicates where to continue the listing.DescribeVoicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeVoicesRequest.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.