Interface BatchGetCrawlersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetCrawlersRequest.Builder,BatchGetCrawlersRequest>,GlueRequest.Builder,SdkBuilder<BatchGetCrawlersRequest.Builder,BatchGetCrawlersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetCrawlersRequest
public static interface BatchGetCrawlersRequest.Builder extends GlueRequest.Builder, SdkPojo, CopyableBuilder<BatchGetCrawlersRequest.Builder,BatchGetCrawlersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetCrawlersRequest.BuildercrawlerNames(String... crawlerNames)A list of crawler names, which might be the names returned from theListCrawlersoperation.BatchGetCrawlersRequest.BuildercrawlerNames(Collection<String> crawlerNames)A list of crawler names, which might be the names returned from theListCrawlersoperation.BatchGetCrawlersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetCrawlersRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
crawlerNames
BatchGetCrawlersRequest.Builder crawlerNames(Collection<String> crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlersoperation.- Parameters:
crawlerNames- A list of crawler names, which might be the names returned from theListCrawlersoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
crawlerNames
BatchGetCrawlersRequest.Builder crawlerNames(String... crawlerNames)
A list of crawler names, which might be the names returned from the
ListCrawlersoperation.- Parameters:
crawlerNames- A list of crawler names, which might be the names returned from theListCrawlersoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetCrawlersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetCrawlersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-