public static interface LastCrawlInfo.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LastCrawlInfo.Builder status(String status)
Status of the last crawl.
status
- Status of the last crawl.LastCrawlStatus
,
LastCrawlStatus
LastCrawlInfo.Builder status(LastCrawlStatus status)
Status of the last crawl.
status
- Status of the last crawl.LastCrawlStatus
,
LastCrawlStatus
LastCrawlInfo.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 © 2020. All rights reserved.