Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
LastCrawlInfo |
LastCrawlInfo.clone() |
LastCrawlInfo |
Crawler.getLastCrawl()
The status of the last crawl, and potentially error information if an error occurred.
|
LastCrawlInfo |
LastCrawlInfo.withErrorMessage(String errorMessage)
If an error occurred, the error information about the last crawl.
|
LastCrawlInfo |
LastCrawlInfo.withLogGroup(String logGroup)
The log group for the last crawl.
|
LastCrawlInfo |
LastCrawlInfo.withLogStream(String logStream)
The log stream for the last crawl.
|
LastCrawlInfo |
LastCrawlInfo.withMessagePrefix(String messagePrefix)
The prefix for a message about this crawl.
|
LastCrawlInfo |
LastCrawlInfo.withStartTime(Date startTime)
The time at which the crawl started.
|
LastCrawlInfo |
LastCrawlInfo.withStatus(LastCrawlStatus status)
Status of the last crawl.
|
LastCrawlInfo |
LastCrawlInfo.withStatus(String status)
Status of the last crawl.
|
Modifier and Type | Method and Description |
---|---|
void |
Crawler.setLastCrawl(LastCrawlInfo lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Crawler |
Crawler.withLastCrawl(LastCrawlInfo lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Copyright © 2018. All rights reserved.