CopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
, SdkBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
public static interface DescribeVoicesRequest.Builder extends CopyableBuilder<DescribeVoicesRequest.Builder,DescribeVoicesRequest>
Modifier and Type | Method | Description |
---|---|---|
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 |
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 |
nextToken(String nextToken) |
An opaque pagination token returned from the previous
DescribeVoices operation. |
copy
apply, build
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. 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
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. 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
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.