public static interface LastCrawlInfo.Builder extends CopyableBuilder<LastCrawlInfo.Builder,LastCrawlInfo>
| Modifier and Type | Method and Description |
|---|---|
LastCrawlInfo.Builder |
errorMessage(String errorMessage)
If an error occurred, the error information about the last crawl.
|
LastCrawlInfo.Builder |
logGroup(String logGroup)
The log group for the last crawl.
|
LastCrawlInfo.Builder |
logStream(String logStream)
The log stream for the last crawl.
|
LastCrawlInfo.Builder |
messagePrefix(String messagePrefix)
The prefix for a message about this crawl.
|
LastCrawlInfo.Builder |
startTime(Instant startTime)
The time at which the crawl started.
|
LastCrawlInfo.Builder |
status(LastCrawlStatus status)
Status of the last crawl.
|
LastCrawlInfo.Builder |
status(String status)
Status of the last crawl.
|
copyapply, buildLastCrawlInfo.Builder status(String status)
Status of the last crawl.
status - Status of the last crawl.LastCrawlStatus,
LastCrawlStatusLastCrawlInfo.Builder status(LastCrawlStatus status)
Status of the last crawl.
status - Status of the last crawl.LastCrawlStatus,
LastCrawlStatusLastCrawlInfo.Builder errorMessage(String errorMessage)
If an error occurred, the error information about the last crawl.
errorMessage - If an error occurred, the error information about the last crawl.LastCrawlInfo.Builder logGroup(String logGroup)
The log group for the last crawl.
logGroup - The log group for the last crawl.LastCrawlInfo.Builder logStream(String logStream)
The log stream for the last crawl.
logStream - The log stream for the last crawl.LastCrawlInfo.Builder messagePrefix(String messagePrefix)
The prefix for a message about this crawl.
messagePrefix - The prefix for a message about this crawl.LastCrawlInfo.Builder startTime(Instant startTime)
The time at which the crawl started.
startTime - The time at which the crawl started.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.