public static interface GetCrawlerMetricsResponse.Builder extends GlueResponse.Builder, CopyableBuilder<GetCrawlerMetricsResponse.Builder,GetCrawlerMetricsResponse>
Modifier and Type | Method and Description |
---|---|
GetCrawlerMetricsResponse.Builder |
crawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
|
GetCrawlerMetricsResponse.Builder |
crawlerMetricsList(CrawlerMetrics... crawlerMetricsList)
A list of metrics for the specified crawler.
|
GetCrawlerMetricsResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
build
copy
apply, build
GetCrawlerMetricsResponse.Builder crawlerMetricsList(Collection<CrawlerMetrics> crawlerMetricsList)
A list of metrics for the specified crawler.
crawlerMetricsList
- A list of metrics for the specified crawler.GetCrawlerMetricsResponse.Builder crawlerMetricsList(CrawlerMetrics... crawlerMetricsList)
A list of metrics for the specified crawler.
crawlerMetricsList
- A list of metrics for the specified crawler.GetCrawlerMetricsResponse.Builder nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
nextToken
- A continuation token, if the returned list does not contain the last metric available.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.