public static interface BatchGetCrawlersRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCrawlersRequest.Builder,BatchGetCrawlersRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchGetCrawlersRequest.Builder |
crawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
BatchGetCrawlersRequest.Builder |
crawlerNames(String... crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlers operation. |
BatchGetCrawlersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchGetCrawlersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetCrawlersRequest.Builder crawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the ListCrawlers operation.
crawlerNames - A list of crawler names, which might be the names returned from the ListCrawlers
operation.BatchGetCrawlersRequest.Builder crawlerNames(String... crawlerNames)
A list of crawler names, which might be the names returned from the ListCrawlers operation.
crawlerNames - A list of crawler names, which might be the names returned from the ListCrawlers
operation.BatchGetCrawlersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchGetCrawlersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.