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 UTF-8 strings that specify the custom classifiers that are associated with the crawler.
|
Crawler |
Crawler.withClassifiers(String... classifiers)
A list of UTF-8 strings that specify the custom classifiers that are 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.withCrawlerSecurityConfiguration(String crawlerSecurityConfiguration)
The name of the
SecurityConfiguration structure to be used by this crawler. |
Crawler |
Crawler.withCreationTime(Date creationTime)
The time that the crawler was created.
|
Crawler |
Crawler.withDatabaseName(String databaseName)
The name of the database in which the crawler's output is stored.
|
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 that the crawler was last updated.
|
Crawler |
Crawler.withName(String name)
The name of the crawler.
|
Crawler |
Crawler.withRole(String role)
The Amazon Resource Name (ARN) of an IAM role that's used to access customer resources, such as Amazon Simple
Storage Service (Amazon S3) data.
|
Crawler |
Crawler.withSchedule(Schedule schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
Crawler |
Crawler.withSchemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
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> |
BatchGetCrawlersResult.getCrawlers()
A list of crawler definitions.
|
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.
|
BatchGetCrawlersResult |
BatchGetCrawlersResult.withCrawlers(Crawler... crawlers)
A list of crawler definitions.
|
GetCrawlersResult |
GetCrawlersResult.withCrawlers(Crawler... crawlers)
A list of crawler metadata.
|
Modifier and Type | Method and Description |
---|---|
void |
BatchGetCrawlersResult.setCrawlers(Collection<Crawler> crawlers)
A list of crawler definitions.
|
void |
GetCrawlersResult.setCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
|
BatchGetCrawlersResult |
BatchGetCrawlersResult.withCrawlers(Collection<Crawler> crawlers)
A list of crawler definitions.
|
GetCrawlersResult |
GetCrawlersResult.withCrawlers(Collection<Crawler> crawlers)
A list of crawler metadata.
|
Copyright © 2020. All rights reserved.