Uses of Interface
software.amazon.awssdk.services.eventbridge.model.IllegalStatusException.Builder
-
Packages that use IllegalStatusException.Builder Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of IllegalStatusException.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return IllegalStatusException.Builder Modifier and Type Method Description IllegalStatusException.BuilderIllegalStatusException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static IllegalStatusException.BuilderIllegalStatusException. builder()IllegalStatusException.BuilderIllegalStatusException.Builder. cause(Throwable cause)IllegalStatusException.BuilderIllegalStatusException.Builder. message(String message)IllegalStatusException.BuilderIllegalStatusException.Builder. requestId(String requestId)IllegalStatusException.BuilderIllegalStatusException.Builder. statusCode(int statusCode)IllegalStatusException.BuilderIllegalStatusException. toBuilder()IllegalStatusException.BuilderIllegalStatusException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type IllegalStatusException.Builder Modifier and Type Method Description static Class<? extends IllegalStatusException.Builder>IllegalStatusException. serializableBuilderClass()
-