Uses of Interface
software.amazon.awssdk.services.polly.model.StartSpeechSynthesisTaskResponse.Builder
-
Packages that use StartSpeechSynthesisTaskResponse.Builder Package Description software.amazon.awssdk.services.polly.model -
-
Uses of StartSpeechSynthesisTaskResponse.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return StartSpeechSynthesisTaskResponse.Builder Modifier and Type Method Description static StartSpeechSynthesisTaskResponse.BuilderStartSpeechSynthesisTaskResponse. builder()default StartSpeechSynthesisTaskResponse.BuilderStartSpeechSynthesisTaskResponse.Builder. synthesisTask(Consumer<SynthesisTask.Builder> synthesisTask)SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.StartSpeechSynthesisTaskResponse.BuilderStartSpeechSynthesisTaskResponse.Builder. synthesisTask(SynthesisTask synthesisTask)SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task.StartSpeechSynthesisTaskResponse.BuilderStartSpeechSynthesisTaskResponse. toBuilder()Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type StartSpeechSynthesisTaskResponse.Builder Modifier and Type Method Description static Class<? extends StartSpeechSynthesisTaskResponse.Builder>StartSpeechSynthesisTaskResponse. serializableBuilderClass()
-