public static interface Crawl.Builder extends SdkPojo, CopyableBuilder<Crawl.Builder,Crawl>
| Modifier and Type | Method and Description |
|---|---|
Crawl.Builder |
completedOn(Instant completedOn)
The date and time on which the crawl completed.
|
Crawl.Builder |
errorMessage(String errorMessage)
The error message associated with the crawl.
|
Crawl.Builder |
logGroup(String logGroup)
The log group associated with the crawl.
|
Crawl.Builder |
logStream(String logStream)
The log stream associated with the crawl.
|
Crawl.Builder |
startedOn(Instant startedOn)
The date and time on which the crawl started.
|
Crawl.Builder |
state(CrawlState state)
The state of the crawler.
|
Crawl.Builder |
state(String state)
The state of the crawler.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCrawl.Builder state(String state)
The state of the crawler.
state - The state of the crawler.CrawlState,
CrawlStateCrawl.Builder state(CrawlState state)
The state of the crawler.
state - The state of the crawler.CrawlState,
CrawlStateCrawl.Builder startedOn(Instant startedOn)
The date and time on which the crawl started.
startedOn - The date and time on which the crawl started.Crawl.Builder completedOn(Instant completedOn)
The date and time on which the crawl completed.
completedOn - The date and time on which the crawl completed.Crawl.Builder errorMessage(String errorMessage)
The error message associated with the crawl.
errorMessage - The error message associated with the crawl.Crawl.Builder logGroup(String logGroup)
The log group associated with the crawl.
logGroup - The log group associated with the crawl.Crawl.Builder logStream(String logStream)
The log stream associated with the crawl.
logStream - The log stream associated with the crawl.Copyright © 2023. All rights reserved.