Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateCrawlerResult> |
AbstractAWSGlueAsync.updateCrawlerAsync(UpdateCrawlerRequest request,
AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler) |
Future<UpdateCrawlerResult> |
AWSGlueAsync.updateCrawlerAsync(UpdateCrawlerRequest updateCrawlerRequest,
AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler)
Updates a crawler.
|
Future<UpdateCrawlerResult> |
AWSGlueAsyncClient.updateCrawlerAsync(UpdateCrawlerRequest request,
AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
UpdateCrawlerRequest |
UpdateCrawlerRequest.clone() |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withClassifiers(Collection<String> classifiers)
A list of custom classifiers that the user has registered.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withClassifiers(String... classifiers)
A list of custom classifiers that the user has registered.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withConfiguration(String configuration)
Crawler configuration information.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withCrawlerSecurityConfiguration(String crawlerSecurityConfiguration)
The name of the
SecurityConfiguration structure to be used by this crawler. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withDatabaseName(String databaseName)
The Glue database where results are stored, such as:
arn:aws:daylight:us-east-1::database/sometable/* . |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withDescription(String description)
A description of the new crawler.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withLakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies Lake Formation configuration settings for the crawler.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withLineageConfiguration(LineageConfiguration lineageConfiguration)
Specifies data lineage configuration settings for the crawler.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withName(String name)
Name of the new crawler.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withRecrawlPolicy(RecrawlPolicy recrawlPolicy)
A policy that specifies whether to crawl the entire dataset again, or to crawl only folders that were added since
the last crawler run.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withRole(String role)
The IAM role or Amazon Resource Name (ARN) of an IAM role that is used by the new crawler to access customer
resources.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withSchedule(String schedule)
A
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withSchemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy for the crawler's update and deletion behavior.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withTablePrefix(String tablePrefix)
The table prefix used for catalog tables that are created.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withTargets(CrawlerTargets targets)
A list of targets to crawl.
|
Copyright © 2023. All rights reserved.