Uses of Interface
software.amazon.awssdk.services.batch.model.BatchException.Builder
-
Packages that use BatchException.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of BatchException.Builder in software.amazon.awssdk.services.batch.model
Subinterfaces of BatchException.Builder in software.amazon.awssdk.services.batch.model Modifier and Type Interface Description static interfaceClientException.Builderstatic interfaceServerException.BuilderClasses in software.amazon.awssdk.services.batch.model that implement BatchException.Builder Modifier and Type Class Description protected static classBatchException.BuilderImplMethods in software.amazon.awssdk.services.batch.model that return BatchException.Builder Modifier and Type Method Description BatchException.BuilderBatchException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static BatchException.BuilderBatchException. builder()BatchException.BuilderBatchException.Builder. cause(Throwable cause)BatchException.BuilderBatchException.Builder. message(String message)BatchException.BuilderBatchException.Builder. requestId(String requestId)BatchException.BuilderBatchException.Builder. statusCode(int statusCode)BatchException.BuilderBatchException. toBuilder()BatchException.BuilderBatchException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type BatchException.Builder Modifier and Type Method Description static Class<? extends BatchException.Builder>BatchException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.batch.model with parameters of type BatchException.Builder Constructor Description BatchException(BatchException.Builder builder)
-