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