public static interface ListSpeechSynthesisTasksResponse.Builder extends PollyResponse.Builder, SdkPojo, CopyableBuilder<ListSpeechSynthesisTasksResponse.Builder,ListSpeechSynthesisTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksResponse.Builder |
nextToken(String nextToken)
An opaque pagination token returned from the previous List operation in this request.
|
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 |
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 |
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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSpeechSynthesisTasksResponse.Builder nextToken(String nextToken)
An opaque pagination token returned from the previous List operation in this request. If present, this indicates where to continue the listing.
nextToken - An opaque pagination token returned from the previous List operation in this request. If present, this
indicates where to continue the listing.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.
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 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.
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 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.
This is a convenience method that creates an instance of theSynthesisTask.Builder avoiding the need to create one
manually via SynthesisTask.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #synthesisTasks(List.
synthesisTasks - a consumer that will call methods on
SynthesisTask.Builder#synthesisTasks(java.util.Collection) Copyright © 2023. All rights reserved.