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() |
|