| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCrawlerResult> |
AWSGlueAsyncClient.updateCrawlerAsync(UpdateCrawlerRequest request,
AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler) |
Future<UpdateCrawlerResult> |
AWSGlueAsync.updateCrawlerAsync(UpdateCrawlerRequest updateCrawlerRequest,
AsyncHandler<UpdateCrawlerRequest,UpdateCrawlerResult> asyncHandler)
Updates a
Crawler. |
Future<UpdateCrawlerResult> |
AbstractAWSGlueAsync.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
Classifier names that the user has registered. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withClassifiers(String... classifiers)
A list of custom
Classifier names that the user has registered. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withDatabaseName(String databaseName)
The Glue
Database where results will be stored, such as:
arn:aws:daylight:us-east-1::database/sometable/*. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withDescription(String description)
A description of the new
Crawler. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withName(String name)
Name of the new
Crawler. |
UpdateCrawlerRequest |
UpdateCrawlerRequest.withRole(String role)
The IAM role (or ARN of an IAM role) 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)
Policy for the crawler's update and deletion behavior.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withTablePrefix(String tablePrefix)
The table prefix used for catalog tables created.
|
UpdateCrawlerRequest |
UpdateCrawlerRequest.withTargets(CrawlerTargets targets)
A list of collection of targets to crawl.
|
Copyright © 2017. All rights reserved.