| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Crawl.Builder |
Crawl.builder() |
Crawl.Builder |
Crawl.Builder.completedOn(Instant completedOn)
The date and time on which the crawl completed.
|
Crawl.Builder |
Crawl.Builder.errorMessage(String errorMessage)
The error message associated with the crawl.
|
Crawl.Builder |
Crawl.Builder.logGroup(String logGroup)
The log group associated with the crawl.
|
Crawl.Builder |
Crawl.Builder.logStream(String logStream)
The log stream associated with the crawl.
|
Crawl.Builder |
Crawl.Builder.startedOn(Instant startedOn)
The date and time on which the crawl started.
|
Crawl.Builder |
Crawl.Builder.state(CrawlState state)
The state of the crawler.
|
Crawl.Builder |
Crawl.Builder.state(String state)
The state of the crawler.
|
Crawl.Builder |
Crawl.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Crawl.Builder> |
Crawl.serializableBuilderClass() |
Copyright © 2023. All rights reserved.