public static interface ListCrawlersResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<ListCrawlersResponse.Builder,ListCrawlersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListCrawlersResponse.Builder |
crawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResponse.Builder |
crawlerNames(String... crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
|
ListCrawlersResponse.Builder |
nextToken(String nextToken)
A continuation token, if the returned list does not contain the last metric available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCrawlersResponse.Builder crawlerNames(Collection<String> crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.ListCrawlersResponse.Builder crawlerNames(String... crawlerNames)
The names of all crawlers in the account, or the crawlers with the specified tags.
crawlerNames - The names of all crawlers in the account, or the crawlers with the specified tags.ListCrawlersResponse.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 © 2023. All rights reserved.