Uses of Interface
software.amazon.awssdk.services.nimble.model.NimbleException.Builder
-
Packages that use NimbleException.Builder Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of NimbleException.Builder in software.amazon.awssdk.services.nimble.model
Subinterfaces of NimbleException.Builder in software.amazon.awssdk.services.nimble.model Modifier and Type Interface Description static interfaceAccessDeniedException.Builderstatic interfaceConflictException.Builderstatic interfaceInternalServerErrorException.Builderstatic interfaceResourceNotFoundException.Builderstatic interfaceServiceQuotaExceededException.Builderstatic interfaceThrottlingException.Builderstatic interfaceValidationException.BuilderClasses in software.amazon.awssdk.services.nimble.model that implement NimbleException.Builder Modifier and Type Class Description protected static classNimbleException.BuilderImplMethods in software.amazon.awssdk.services.nimble.model that return NimbleException.Builder Modifier and Type Method Description NimbleException.BuilderNimbleException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static NimbleException.BuilderNimbleException. builder()NimbleException.BuilderNimbleException.Builder. cause(Throwable cause)NimbleException.BuilderNimbleException.Builder. message(String message)NimbleException.BuilderNimbleException.Builder. requestId(String requestId)NimbleException.BuilderNimbleException.Builder. statusCode(int statusCode)NimbleException.BuilderNimbleException. toBuilder()NimbleException.BuilderNimbleException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type NimbleException.Builder Modifier and Type Method Description static Class<? extends NimbleException.Builder>NimbleException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.nimble.model with parameters of type NimbleException.Builder Constructor Description NimbleException(NimbleException.Builder builder)
-