public static interface ListCrawlersRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<ListCrawlersRequest.Builder,ListCrawlersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCrawlersRequest.Builder |
maxResults(Integer maxResults)
The maximum size of a list to return.
|
ListCrawlersRequest.Builder |
nextToken(String nextToken)
A continuation token, if this is a continuation request.
|
ListCrawlersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCrawlersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListCrawlersRequest.Builder |
tags(Map<String,String> tags)
Specifies to return only these tagged resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCrawlersRequest.Builder maxResults(Integer maxResults)
The maximum size of a list to return.
maxResults - The maximum size of a list to return.ListCrawlersRequest.Builder nextToken(String nextToken)
A continuation token, if this is a continuation request.
nextToken - A continuation token, if this is a continuation request.ListCrawlersRequest.Builder tags(Map<String,String> tags)
Specifies to return only these tagged resources.
tags - Specifies to return only these tagged resources.ListCrawlersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCrawlersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.