| 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 this Crawler. |
Crawler |
Crawler.withClassifiers(String... classifiers)
A list of custom
Classifiers associated with this Crawler. |
Crawler |
Crawler.withCrawlElapsedTime(Long crawlElapsedTime)
If this 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 this Crawler's output should be stored. |
Crawler |
Crawler.withDescription(String description)
A description of this Crawler and where it should be used.
|
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 S3.
|
Crawler |
Crawler.withSchedule(Schedule schedule)
A
Schedule object that specifies the schedule on which this Crawler is to be run. |
Crawler |
Crawler.withSchemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
Sets policy for the crawler's update and delete behavior.
|
Crawler |
Crawler.withState(CrawlerState state)
Indicates whether this Crawler is running, or whether a run is pending.
|
Crawler |
Crawler.withState(String state)
Indicates whether this Crawler is running, or whether a run is pending.
|
Crawler |
Crawler.withTablePrefix(String tablePrefix)
The table prefix used for catalog tables 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 © 2017. All rights reserved.