Uses of Interface
software.amazon.awssdk.services.glue.model.AnnotationError.Builder
-
Packages that use AnnotationError.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of AnnotationError.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return AnnotationError.Builder Modifier and Type Method Description static AnnotationError.BuilderAnnotationError. builder()AnnotationError.BuilderAnnotationError.Builder. failureReason(String failureReason)The reason why the annotation failed.AnnotationError.BuilderAnnotationError.Builder. profileId(String profileId)The Profile ID for the failed annotation.AnnotationError.BuilderAnnotationError.Builder. statisticId(String statisticId)The Statistic ID for the failed annotation.AnnotationError.BuilderAnnotationError. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type AnnotationError.Builder Modifier and Type Method Description static Class<? extends AnnotationError.Builder>AnnotationError. serializableBuilderClass()
-