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