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