| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Crawler |
Crawler.clone() |
Crawler |
GetCrawlerResult.getCrawler()
The metadata for the specified crawler.
|
Crawler |
Crawler.withClassifiers(Collection<String> classifiers)
A list of custom classifiers associated with the crawler.
|
Crawler |
Crawler.withClassifiers(String... classifiers)
A list of custom classifiers associated with the crawler.
|
Crawler |
Crawler.withConfiguration(String configuration)
Crawler configuration information.
|
Crawler |
Crawler.withCrawlElapsedTime(Long crawlElapsedTime)
If the crawler is running, contains the total time elapsed since the last crawl began.
|
Crawler |
Crawler.withCreationTime(Date creationTime)
The time when the crawler was created.
|
Crawler |
Crawler.withDatabaseName(String databaseName)
The database where metadata is written by this crawler.
|
Crawler |
Crawler.withDescription(String description)
A description of the crawler.
|
Crawler |
Crawler.withLastCrawl(LastCrawlInfo lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Crawler |
Crawler.withLastUpdated(Date lastUpdated)
The time the crawler was last updated.
|
Crawler |
Crawler.withName(String name)
The crawler name.
|
Crawler |
Crawler.withRole(String role)
The IAM role (or ARN of an IAM role) used to access customer resources, such as data in Amazon S3.
|
Crawler |
Crawler.withSchedule(Schedule schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
Crawler |
Crawler.withSchemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
Sets the behavior when the crawler finds a changed or deleted object.
|
Crawler |
Crawler.withState(CrawlerState state)
Indicates whether the crawler is running, or whether a run is pending.
|
Crawler |
Crawler.withState(String state)
Indicates whether the crawler is running, or whether a run is pending.
|
Crawler |
Crawler.withTablePrefix(String tablePrefix)
The prefix added to the names of tables that are created.
|
Crawler |
Crawler.withTargets(CrawlerTargets targets)
A collection of targets to crawl.
|
Crawler |
Crawler.withVersion(Long version)
The version of the crawler.
|
| Modifier and Type | Method and Description |
|---|---|
List<Crawler> |
GetCrawlersResult.getCrawlers()
A list of crawler metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCrawlerResult.setCrawler(Crawler crawler)
The metadata for the specified crawler.
|
GetCrawlerResult |
GetCrawlerResult.withCrawler(Crawler crawler)
The metadata for the specified crawler.
|
GetCrawlersResult |
GetCrawlersResult.withCrawlers(Crawler... crawlers)
A list of crawler metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetCrawlersResult.setCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
|
GetCrawlersResult |
GetCrawlersResult.withCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
|
Copyright © 2018. All rights reserved.