public static interface ListSpeechSynthesisTasksRequest.Builder extends PollyRequest.Builder, SdkPojo, CopyableBuilder<ListSpeechSynthesisTasksRequest.Builder,ListSpeechSynthesisTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSpeechSynthesisTasksRequest.Builder |
maxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
|
ListSpeechSynthesisTasksRequest.Builder |
nextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
|
ListSpeechSynthesisTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListSpeechSynthesisTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListSpeechSynthesisTasksRequest.Builder |
status(String status)
Status of the speech synthesis tasks returned in a List operation
|
ListSpeechSynthesisTasksRequest.Builder |
status(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
|
buildoverrideConfigurationcopyapplyMutation, buildListSpeechSynthesisTasksRequest.Builder maxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
maxResults - Maximum number of speech synthesis tasks returned in a List operation.ListSpeechSynthesisTasksRequest.Builder nextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
nextToken - The pagination token to use in the next request to continue the listing of speech synthesis tasks.ListSpeechSynthesisTasksRequest.Builder status(String status)
Status of the speech synthesis tasks returned in a List operation
status - Status of the speech synthesis tasks returned in a List operationTaskStatus,
TaskStatusListSpeechSynthesisTasksRequest.Builder status(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
status - Status of the speech synthesis tasks returned in a List operationTaskStatus,
TaskStatusListSpeechSynthesisTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListSpeechSynthesisTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.