| Package | Description |
|---|---|
| software.amazon.awssdk.services.polly.model |
| Modifier and Type | Method and Description |
|---|---|
static ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.builder() |
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.nextToken(String nextToken)
An opaque pagination token returned from the previous List operation in this request.
|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.synthesisTasks(Collection<SynthesisTask> synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request,
including output format, creation time, task status, and so on.
|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.synthesisTasks(Consumer<SynthesisTask.Builder>... synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request,
including output format, creation time, task status, and so on.
|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.Builder.synthesisTasks(SynthesisTask... synthesisTasks)
List of SynthesisTask objects that provides information from the specified task in the list request,
including output format, creation time, task status, and so on.
|
ListSpeechSynthesisTasksResponse.Builder |
ListSpeechSynthesisTasksResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSpeechSynthesisTasksResponse.Builder> |
ListSpeechSynthesisTasksResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.