Uses of Interface
software.amazon.awssdk.services.polly.model.SynthesisTaskNotFoundException.Builder
-
Packages that use SynthesisTaskNotFoundException.Builder Package Description software.amazon.awssdk.services.polly.model -
-
Uses of SynthesisTaskNotFoundException.Builder in software.amazon.awssdk.services.polly.model
Methods in software.amazon.awssdk.services.polly.model that return SynthesisTaskNotFoundException.Builder Modifier and Type Method Description SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException. builder()SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. cause(Throwable cause)SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. message(String message)SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. requestId(String requestId)SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. statusCode(int statusCode)SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException. toBuilder()SynthesisTaskNotFoundException.BuilderSynthesisTaskNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.polly.model that return types with arguments of type SynthesisTaskNotFoundException.Builder Modifier and Type Method Description static Class<? extends SynthesisTaskNotFoundException.Builder>SynthesisTaskNotFoundException. serializableBuilderClass()
-