CopyableBuilder<DescribeVoicesResponse.Builder,DescribeVoicesResponse>
, SdkBuilder<DescribeVoicesResponse.Builder,DescribeVoicesResponse>
public static interface DescribeVoicesResponse.Builder extends CopyableBuilder<DescribeVoicesResponse.Builder,DescribeVoicesResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeVoicesResponse.Builder |
nextToken(String nextToken) |
The pagination token to use in the next request to continue the listing of voices.
|
DescribeVoicesResponse.Builder |
voices(Collection<Voice> voices) |
A list of voices with their properties.
|
DescribeVoicesResponse.Builder |
voices(Voice... voices) |
A list of voices with their properties.
|
copy
apply, build
DescribeVoicesResponse.Builder voices(Collection<Voice> voices)
A list of voices with their properties.
voices
- A list of voices with their properties.DescribeVoicesResponse.Builder voices(Voice... voices)
A list of voices with their properties.
NOTE: This method appends the values to the existing list (if any). Use
#setVoices(java.util.Collection)
or #withVoices(java.util.Collection)
if you want to override
the existing values.
voices
- A list of voices with their properties.DescribeVoicesResponse.Builder nextToken(String nextToken)
The pagination token to use in the next request to continue the listing of voices. NextToken
is
returned only if the response is truncated.
nextToken
- The pagination token to use in the next request to continue the listing of voices.
NextToken
is returned only if the response is truncated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.