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
|
build
overrideConfiguration
copy
applyMutation, build
ListSpeechSynthesisTasksRequest.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
,
TaskStatus
ListSpeechSynthesisTasksRequest.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
,
TaskStatus
ListSpeechSynthesisTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListSpeechSynthesisTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.