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