Uses of Interface
software.amazon.awssdk.services.athena.model.AthenaException.Builder
-
Packages that use AthenaException.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of AthenaException.Builder in software.amazon.awssdk.services.athena.model
Subinterfaces of AthenaException.Builder in software.amazon.awssdk.services.athena.model Modifier and Type Interface Description static interfaceInternalServerException.Builderstatic interfaceInvalidRequestException.Builderstatic interfaceMetadataException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceSessionAlreadyExistsException.Builderstatic interfaceTooManyRequestsException.BuilderClasses in software.amazon.awssdk.services.athena.model that implement AthenaException.Builder Modifier and Type Class Description protected static classAthenaException.BuilderImplMethods in software.amazon.awssdk.services.athena.model that return AthenaException.Builder Modifier and Type Method Description AthenaException.BuilderAthenaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static AthenaException.BuilderAthenaException. builder()AthenaException.BuilderAthenaException.Builder. cause(Throwable cause)AthenaException.BuilderAthenaException.Builder. message(String message)AthenaException.BuilderAthenaException.Builder. requestId(String requestId)AthenaException.BuilderAthenaException.Builder. statusCode(int statusCode)AthenaException.BuilderAthenaException. toBuilder()AthenaException.BuilderAthenaException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type AthenaException.Builder Modifier and Type Method Description static Class<? extends AthenaException.Builder>AthenaException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.athena.model with parameters of type AthenaException.Builder Constructor Description AthenaException(AthenaException.Builder builder)
-