public static interface CrawlerHistory.Builder extends SdkPojo, CopyableBuilder<CrawlerHistory.Builder,CrawlerHistory>
| Modifier and Type | Method and Description |
|---|---|
CrawlerHistory.Builder |
crawlId(String crawlId)
A UUID identifier for each crawl.
|
CrawlerHistory.Builder |
dpuHour(Double dpuHour)
The number of data processing units (DPU) used in hours for the crawl.
|
CrawlerHistory.Builder |
endTime(Instant endTime)
The date and time on which the crawl ended.
|
CrawlerHistory.Builder |
errorMessage(String errorMessage)
If an error occurred, the error message associated with the crawl.
|
CrawlerHistory.Builder |
logGroup(String logGroup)
The log group associated with the crawl.
|
CrawlerHistory.Builder |
logStream(String logStream)
The log stream associated with the crawl.
|
CrawlerHistory.Builder |
messagePrefix(String messagePrefix)
The prefix for a CloudWatch message about this crawl.
|
CrawlerHistory.Builder |
startTime(Instant startTime)
The date and time on which the crawl started.
|
CrawlerHistory.Builder |
state(CrawlerHistoryState state)
The state of the crawl.
|
CrawlerHistory.Builder |
state(String state)
The state of the crawl.
|
CrawlerHistory.Builder |
summary(String summary)
A run summary for the specific crawl in JSON.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrawlerHistory.Builder crawlId(String crawlId)
A UUID identifier for each crawl.
crawlId - A UUID identifier for each crawl.CrawlerHistory.Builder state(String state)
The state of the crawl.
state - The state of the crawl.CrawlerHistoryState,
CrawlerHistoryStateCrawlerHistory.Builder state(CrawlerHistoryState state)
The state of the crawl.
state - The state of the crawl.CrawlerHistoryState,
CrawlerHistoryStateCrawlerHistory.Builder startTime(Instant startTime)
The date and time on which the crawl started.
startTime - The date and time on which the crawl started.CrawlerHistory.Builder endTime(Instant endTime)
The date and time on which the crawl ended.
endTime - The date and time on which the crawl ended.CrawlerHistory.Builder summary(String summary)
A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.
summary - A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were
added, updated, or deleted.CrawlerHistory.Builder errorMessage(String errorMessage)
If an error occurred, the error message associated with the crawl.
errorMessage - If an error occurred, the error message associated with the crawl.CrawlerHistory.Builder logGroup(String logGroup)
The log group associated with the crawl.
logGroup - The log group associated with the crawl.CrawlerHistory.Builder logStream(String logStream)
The log stream associated with the crawl.
logStream - The log stream associated with the crawl.CrawlerHistory.Builder messagePrefix(String messagePrefix)
The prefix for a CloudWatch message about this crawl.
messagePrefix - The prefix for a CloudWatch message about this crawl.CrawlerHistory.Builder dpuHour(Double dpuHour)
The number of data processing units (DPU) used in hours for the crawl.
dpuHour - The number of data processing units (DPU) used in hours for the crawl.Copyright © 2023. All rights reserved.