Uses of Interface
software.amazon.awssdk.services.glue.model.LastCrawlInfo.Builder
-
Packages that use LastCrawlInfo.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of LastCrawlInfo.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return LastCrawlInfo.Builder Modifier and Type Method Description static LastCrawlInfo.BuilderLastCrawlInfo. builder()LastCrawlInfo.BuilderLastCrawlInfo.Builder. errorMessage(String errorMessage)If an error occurred, the error information about the last crawl.LastCrawlInfo.BuilderLastCrawlInfo.Builder. logGroup(String logGroup)The log group for the last crawl.LastCrawlInfo.BuilderLastCrawlInfo.Builder. logStream(String logStream)The log stream for the last crawl.LastCrawlInfo.BuilderLastCrawlInfo.Builder. messagePrefix(String messagePrefix)The prefix for a message about this crawl.LastCrawlInfo.BuilderLastCrawlInfo.Builder. startTime(Instant startTime)The time at which the crawl started.LastCrawlInfo.BuilderLastCrawlInfo.Builder. status(String status)Status of the last crawl.LastCrawlInfo.BuilderLastCrawlInfo.Builder. status(LastCrawlStatus status)Status of the last crawl.LastCrawlInfo.BuilderLastCrawlInfo. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type LastCrawlInfo.Builder Modifier and Type Method Description static Class<? extends LastCrawlInfo.Builder>LastCrawlInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type LastCrawlInfo.Builder Modifier and Type Method Description default Crawler.BuilderCrawler.Builder. lastCrawl(Consumer<LastCrawlInfo.Builder> lastCrawl)The status of the last crawl, and potentially error information if an error occurred.
-