Uses of Interface
software.amazon.awssdk.services.qldb.model.QldbException.Builder
-
Packages that use QldbException.Builder Package Description software.amazon.awssdk.services.qldb.model -
-
Uses of QldbException.Builder in software.amazon.awssdk.services.qldb.model
Subinterfaces of QldbException.Builder in software.amazon.awssdk.services.qldb.model Modifier and Type Interface Description static interfaceInvalidParameterException.Builderstatic interfaceLimitExceededException.Builderstatic interfaceResourceAlreadyExistsException.Builderstatic interfaceResourceInUseException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceResourcePreconditionNotMetException.BuilderClasses in software.amazon.awssdk.services.qldb.model that implement QldbException.Builder Modifier and Type Class Description protected static classQldbException.BuilderImplMethods in software.amazon.awssdk.services.qldb.model that return QldbException.Builder Modifier and Type Method Description QldbException.BuilderQldbException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static QldbException.BuilderQldbException. builder()QldbException.BuilderQldbException.Builder. cause(Throwable cause)QldbException.BuilderQldbException.Builder. message(String message)QldbException.BuilderQldbException.Builder. requestId(String requestId)QldbException.BuilderQldbException.Builder. statusCode(int statusCode)QldbException.BuilderQldbException. toBuilder()QldbException.BuilderQldbException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.qldb.model that return types with arguments of type QldbException.Builder Modifier and Type Method Description static Class<? extends QldbException.Builder>QldbException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.qldb.model with parameters of type QldbException.Builder Constructor Description QldbException(QldbException.Builder builder)
-