public static interface GetCrawlerMetricsRequest.Builder extends GlueRequest.Builder, CopyableBuilder<GetCrawlerMetricsRequest.Builder,GetCrawlerMetricsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCrawlerMetricsRequest.Builder |
crawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
|
GetCrawlerMetricsRequest.Builder |
crawlerNameList(String... crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
|
GetCrawlerMetricsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of a list to return.
|
GetCrawlerMetricsRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation call.
|
GetCrawlerMetricsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, buildGetCrawlerMetricsRequest.Builder crawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
crawlerNameList - A list of the names of crawlers about which to retrieve metrics.GetCrawlerMetricsRequest.Builder crawlerNameList(String... crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
crawlerNameList - A list of the names of crawlers about which to retrieve metrics.GetCrawlerMetricsRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.GetCrawlerMetricsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.GetCrawlerMetricsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.