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