public static interface DescribeVoicesResponse.Builder extends PollyResponse.Builder, CopyableBuilder<DescribeVoicesResponse.Builder,DescribeVoicesResponse>
| Modifier and Type | Method and 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.
|
buildcopyapply, buildDescribeVoicesResponse.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.
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.