Interface GetCrawlerMetricsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetCrawlerMetricsRequest.Builder,GetCrawlerMetricsRequest>,GlueRequest.Builder,SdkBuilder<GetCrawlerMetricsRequest.Builder,GetCrawlerMetricsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetCrawlerMetricsRequest
public static interface GetCrawlerMetricsRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<GetCrawlerMetricsRequest.Builder,GetCrawlerMetricsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCrawlerMetricsRequest.BuildercrawlerNameList(String... crawlerNameList)A list of the names of crawlers about which to retrieve metrics.GetCrawlerMetricsRequest.BuildercrawlerNameList(Collection<String> crawlerNameList)A list of the names of crawlers about which to retrieve metrics.GetCrawlerMetricsRequest.BuildermaxResults(Integer maxResults)The maximum size of a list to return.GetCrawlerMetricsRequest.BuildernextToken(String nextToken)A continuation token, if this is a continuation call.GetCrawlerMetricsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCrawlerMetricsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
crawlerNameList
GetCrawlerMetricsRequest.Builder crawlerNameList(Collection<String> crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
- Parameters:
crawlerNameList- A list of the names of crawlers about which to retrieve metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crawlerNameList
GetCrawlerMetricsRequest.Builder crawlerNameList(String... crawlerNameList)
A list of the names of crawlers about which to retrieve metrics.
- Parameters:
crawlerNameList- A list of the names of crawlers about which to retrieve metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetCrawlerMetricsRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
- Parameters:
maxResults- The maximum size of a list to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetCrawlerMetricsRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation call.
- Parameters:
nextToken- A continuation token, if this is a continuation call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetCrawlerMetricsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetCrawlerMetricsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-