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