Package | Description |
---|---|
com.amazonaws.services.glue |
|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CreateCrawlerResult |
AWSGlueClient.createCrawler(CreateCrawlerRequest request)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
CreateCrawlerResult |
AWSGlue.createCrawler(CreateCrawlerRequest createCrawlerRequest)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
CreateCrawlerResult |
AbstractAWSGlue.createCrawler(CreateCrawlerRequest request) |
Future<CreateCrawlerResult> |
AWSGlueAsyncClient.createCrawlerAsync(CreateCrawlerRequest request) |
Future<CreateCrawlerResult> |
AbstractAWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest request) |
Future<CreateCrawlerResult> |
AWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest createCrawlerRequest)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
Future<CreateCrawlerResult> |
AWSGlueAsyncClient.createCrawlerAsync(CreateCrawlerRequest request,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler) |
Future<CreateCrawlerResult> |
AbstractAWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest request,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler) |
Future<CreateCrawlerResult> |
AWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest createCrawlerRequest,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateCrawlerResult> |
AWSGlueAsyncClient.createCrawlerAsync(CreateCrawlerRequest request,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler) |
Future<CreateCrawlerResult> |
AbstractAWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest request,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler) |
Future<CreateCrawlerResult> |
AWSGlueAsync.createCrawlerAsync(CreateCrawlerRequest createCrawlerRequest,
AsyncHandler<CreateCrawlerRequest,CreateCrawlerResult> asyncHandler)
Creates a new crawler with specified targets, role, configuration, and optional schedule.
|
Modifier and Type | Method and Description |
---|---|
CreateCrawlerRequest |
CreateCrawlerRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateCrawlerRequest |
CreateCrawlerRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateCrawlerRequest |
CreateCrawlerRequest.clone() |
CreateCrawlerRequest |
CreateCrawlerRequest.withClassifiers(Collection<String> classifiers)
A list of custom classifiers that the user has registered.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withClassifiers(String... classifiers)
A list of custom classifiers that the user has registered.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withConfiguration(String configuration)
Crawler configuration information.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withCrawlerSecurityConfiguration(String crawlerSecurityConfiguration)
The name of the
SecurityConfiguration structure to be used by this crawler. |
CreateCrawlerRequest |
CreateCrawlerRequest.withDatabaseName(String databaseName)
The Glue database where results are written, such as:
arn:aws:daylight:us-east-1::database/sometable/* . |
CreateCrawlerRequest |
CreateCrawlerRequest.withDescription(String description)
A description of the new crawler.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withLineageConfiguration(LineageConfiguration lineageConfiguration)
Specifies data lineage configuration settings for the crawler.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withName(String name)
Name of the new crawler.
|
CreateCrawlerRequest |
CreateCrawlerRequest.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.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withRole(String role)
The IAM role or Amazon Resource Name (ARN) of an IAM role used by the new crawler to access customer resources.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withSchedule(String schedule)
A
cron expression used to specify the schedule (see Time-Based Schedules for
Jobs and Crawlers. |
CreateCrawlerRequest |
CreateCrawlerRequest.withSchemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy for the crawler's update and deletion behavior.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withTablePrefix(String tablePrefix)
The table prefix used for catalog tables that are created.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withTags(Map<String,String> tags)
The tags to use with this crawler request.
|
CreateCrawlerRequest |
CreateCrawlerRequest.withTargets(CrawlerTargets targets)
A list of collection of targets to crawl.
|
Copyright © 2021. All rights reserved.