Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CrawlerHistory |
CrawlerHistory.clone() |
CrawlerHistory |
CrawlerHistory.withCrawlId(String crawlId)
A UUID identifier for each crawl.
|
CrawlerHistory |
CrawlerHistory.withDPUHour(Double dPUHour)
The number of data processing units (DPU) used in hours for the crawl.
|
CrawlerHistory |
CrawlerHistory.withEndTime(Date endTime)
The date and time on which the crawl ended.
|
CrawlerHistory |
CrawlerHistory.withErrorMessage(String errorMessage)
If an error occurred, the error message associated with the crawl.
|
CrawlerHistory |
CrawlerHistory.withLogGroup(String logGroup)
The log group associated with the crawl.
|
CrawlerHistory |
CrawlerHistory.withLogStream(String logStream)
The log stream associated with the crawl.
|
CrawlerHistory |
CrawlerHistory.withMessagePrefix(String messagePrefix)
The prefix for a CloudWatch message about this crawl.
|
CrawlerHistory |
CrawlerHistory.withStartTime(Date startTime)
The date and time on which the crawl started.
|
CrawlerHistory |
CrawlerHistory.withState(CrawlerHistoryState state)
The state of the crawl.
|
CrawlerHistory |
CrawlerHistory.withState(String state)
The state of the crawl.
|
CrawlerHistory |
CrawlerHistory.withSummary(String summary)
A run summary for the specific crawl in JSON.
|
Modifier and Type | Method and Description |
---|---|
List<CrawlerHistory> |
ListCrawlsResult.getCrawls()
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
Modifier and Type | Method and Description |
---|---|
ListCrawlsResult |
ListCrawlsResult.withCrawls(CrawlerHistory... crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
Modifier and Type | Method and Description |
---|---|
void |
ListCrawlsResult.setCrawls(Collection<CrawlerHistory> crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
ListCrawlsResult |
ListCrawlsResult.withCrawls(Collection<CrawlerHistory> crawls)
A list of
CrawlerHistory objects representing the crawl runs that meet your criteria. |
Copyright © 2023. All rights reserved.