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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListSpeechSynthesisTasksResponse.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 that creates an instance of theList.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #synthesisTasks(List)
.synthesisTasks
- a consumer that will call methods on List.Builder
#synthesisTasks(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.