| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static LastCrawlInfo.Builder |
LastCrawlInfo.builder() |
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.errorMessage(String errorMessage)
If an error occurred, the error information about the last crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.logGroup(String logGroup)
The log group for the last crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.logStream(String logStream)
The log stream for the last crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.messagePrefix(String messagePrefix)
The prefix for a message about this crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.startTime(Instant startTime)
The time at which the crawl started.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.status(LastCrawlStatus status)
Status of the last crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.Builder.status(String status)
Status of the last crawl.
|
LastCrawlInfo.Builder |
LastCrawlInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LastCrawlInfo.Builder> |
LastCrawlInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Crawler.Builder |
Crawler.Builder.lastCrawl(Consumer<LastCrawlInfo.Builder> lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Copyright © 2023. All rights reserved.