Interface ListSpeechSynthesisTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListSpeechSynthesisTasksRequest.Builder,ListSpeechSynthesisTasksRequest>
,PollyRequest.Builder
,SdkBuilder<ListSpeechSynthesisTasksRequest.Builder,ListSpeechSynthesisTasksRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListSpeechSynthesisTasksRequest
public static interface ListSpeechSynthesisTasksRequest.Builder extends PollyRequest.Builder, SdkPojo, CopyableBuilder<ListSpeechSynthesisTasksRequest.Builder,ListSpeechSynthesisTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListSpeechSynthesisTasksRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListSpeechSynthesisTasksRequest.Builder
status(String status)
Status of the speech synthesis tasks returned in a List operationListSpeechSynthesisTasksRequest.Builder
status(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.polly.model.PollyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
maxResults
ListSpeechSynthesisTasksRequest.Builder maxResults(Integer maxResults)
Maximum number of speech synthesis tasks returned in a List operation.
- Parameters:
maxResults
- Maximum number of speech synthesis tasks returned in a List operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListSpeechSynthesisTasksRequest.Builder nextToken(String nextToken)
The pagination token to use in the next request to continue the listing of speech synthesis tasks.
- Parameters:
nextToken
- The pagination token to use in the next request to continue the listing of speech synthesis tasks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListSpeechSynthesisTasksRequest.Builder status(String status)
Status of the speech synthesis tasks returned in a List operation
- Parameters:
status
- Status of the speech synthesis tasks returned in a List operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskStatus
,TaskStatus
-
status
ListSpeechSynthesisTasksRequest.Builder status(TaskStatus status)
Status of the speech synthesis tasks returned in a List operation
- Parameters:
status
- Status of the speech synthesis tasks returned in a List operation- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TaskStatus
,TaskStatus
-
overrideConfiguration
ListSpeechSynthesisTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListSpeechSynthesisTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-