public static interface CrawlerMetrics.Builder extends CopyableBuilder<CrawlerMetrics.Builder,CrawlerMetrics>
| Modifier and Type | Method and Description |
|---|---|
CrawlerMetrics.Builder |
crawlerName(String crawlerName)
The name of the crawler.
|
CrawlerMetrics.Builder |
lastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
|
CrawlerMetrics.Builder |
medianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
|
CrawlerMetrics.Builder |
stillEstimating(Boolean stillEstimating)
True if the crawler is still estimating how long it will take to complete this run.
|
CrawlerMetrics.Builder |
tablesCreated(Integer tablesCreated)
The number of tables created by this crawler.
|
CrawlerMetrics.Builder |
tablesDeleted(Integer tablesDeleted)
The number of tables deleted by this crawler.
|
CrawlerMetrics.Builder |
tablesUpdated(Integer tablesUpdated)
The number of tables updated by this crawler.
|
CrawlerMetrics.Builder |
timeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
|
copyapply, buildCrawlerMetrics.Builder crawlerName(String crawlerName)
The name of the crawler.
crawlerName - The name of the crawler.CrawlerMetrics.Builder timeLeftSeconds(Double timeLeftSeconds)
The estimated time left to complete a running crawl.
timeLeftSeconds - The estimated time left to complete a running crawl.CrawlerMetrics.Builder stillEstimating(Boolean stillEstimating)
True if the crawler is still estimating how long it will take to complete this run.
stillEstimating - True if the crawler is still estimating how long it will take to complete this run.CrawlerMetrics.Builder lastRuntimeSeconds(Double lastRuntimeSeconds)
The duration of the crawler's most recent run, in seconds.
lastRuntimeSeconds - The duration of the crawler's most recent run, in seconds.CrawlerMetrics.Builder medianRuntimeSeconds(Double medianRuntimeSeconds)
The median duration of this crawler's runs, in seconds.
medianRuntimeSeconds - The median duration of this crawler's runs, in seconds.CrawlerMetrics.Builder tablesCreated(Integer tablesCreated)
The number of tables created by this crawler.
tablesCreated - The number of tables created by this crawler.CrawlerMetrics.Builder tablesUpdated(Integer tablesUpdated)
The number of tables updated by this crawler.
tablesUpdated - The number of tables updated by this crawler.CrawlerMetrics.Builder tablesDeleted(Integer tablesDeleted)
The number of tables deleted by this crawler.
tablesDeleted - The number of tables deleted by this crawler.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.