| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CrawlerHistory.Builder |
CrawlerHistory.builder() |
CrawlerHistory.Builder |
CrawlerHistory.Builder.crawlId(String crawlId)
A UUID identifier for each crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.dpuHour(Double dpuHour)
The number of data processing units (DPU) used in hours for the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.endTime(Instant endTime)
The date and time on which the crawl ended.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.errorMessage(String errorMessage)
If an error occurred, the error message associated with the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.logGroup(String logGroup)
The log group associated with the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.logStream(String logStream)
The log stream associated with the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.messagePrefix(String messagePrefix)
The prefix for a CloudWatch message about this crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.startTime(Instant startTime)
The date and time on which the crawl started.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.state(CrawlerHistoryState state)
The state of the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.state(String state)
The state of the crawl.
|
CrawlerHistory.Builder |
CrawlerHistory.Builder.summary(String summary)
A run summary for the specific crawl in JSON.
|
CrawlerHistory.Builder |
CrawlerHistory.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CrawlerHistory.Builder> |
CrawlerHistory.serializableBuilderClass() |
Copyright © 2023. All rights reserved.