Uses of Interface
software.amazon.awssdk.services.glue.model.GlueException.Builder
-
Packages that use GlueException.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of GlueException.Builder in software.amazon.awssdk.services.glue.model
Classes in software.amazon.awssdk.services.glue.model that implement GlueException.Builder Modifier and Type Class Description protected static classGlueException.BuilderImplMethods in software.amazon.awssdk.services.glue.model that return GlueException.Builder Modifier and Type Method Description GlueException.BuilderGlueException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static GlueException.BuilderGlueException. builder()GlueException.BuilderGlueException.Builder. cause(Throwable cause)GlueException.BuilderGlueException.Builder. message(String message)GlueException.BuilderGlueException.Builder. requestId(String requestId)GlueException.BuilderGlueException.Builder. statusCode(int statusCode)GlueException.BuilderGlueException. toBuilder()GlueException.BuilderGlueException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type GlueException.Builder Modifier and Type Method Description static Class<? extends GlueException.Builder>GlueException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.glue.model with parameters of type GlueException.Builder Constructor Description GlueException(GlueException.Builder builder)
-