Uses of Interface
software.amazon.awssdk.services.glue.model.Crawl.Builder
-
Packages that use Crawl.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Crawl.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Crawl.Builder Modifier and Type Method Description static Crawl.BuilderCrawl. builder()Crawl.BuilderCrawl.Builder. completedOn(Instant completedOn)The date and time on which the crawl completed.Crawl.BuilderCrawl.Builder. errorMessage(String errorMessage)The error message associated with the crawl.Crawl.BuilderCrawl.Builder. logGroup(String logGroup)The log group associated with the crawl.Crawl.BuilderCrawl.Builder. logStream(String logStream)The log stream associated with the crawl.Crawl.BuilderCrawl.Builder. startedOn(Instant startedOn)The date and time on which the crawl started.Crawl.BuilderCrawl.Builder. state(String state)The state of the crawler.Crawl.BuilderCrawl.Builder. state(CrawlState state)The state of the crawler.Crawl.BuilderCrawl. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Crawl.Builder Modifier and Type Method Description static Class<? extends Crawl.Builder>Crawl. serializableBuilderClass()
-