| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static Crawler.Builder |
Crawler.builder() |
Crawler.Builder |
Crawler.Builder.classifiers(Collection<String> classifiers)
A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.
|
Crawler.Builder |
Crawler.Builder.classifiers(String... classifiers)
A list of UTF-8 strings that specify the custom classifiers that are associated with the crawler.
|
Crawler.Builder |
Crawler.Builder.configuration(String configuration)
Crawler configuration information.
|
Crawler.Builder |
Crawler.Builder.crawlElapsedTime(Long crawlElapsedTime)
If the crawler is running, contains the total time elapsed since the last crawl began.
|
Crawler.Builder |
Crawler.Builder.crawlerSecurityConfiguration(String crawlerSecurityConfiguration)
The name of the
SecurityConfiguration structure to be used by this crawler. |
Crawler.Builder |
Crawler.Builder.creationTime(Instant creationTime)
The time that the crawler was created.
|
Crawler.Builder |
Crawler.Builder.databaseName(String databaseName)
The name of the database in which the crawler's output is stored.
|
Crawler.Builder |
Crawler.Builder.description(String description)
A description of the crawler.
|
default Crawler.Builder |
Crawler.Builder.lakeFormationConfiguration(Consumer<LakeFormationConfiguration.Builder> lakeFormationConfiguration)
Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role
credentials.
|
Crawler.Builder |
Crawler.Builder.lakeFormationConfiguration(LakeFormationConfiguration lakeFormationConfiguration)
Specifies whether the crawler should use Lake Formation credentials for the crawler instead of the IAM role
credentials.
|
default Crawler.Builder |
Crawler.Builder.lastCrawl(Consumer<LastCrawlInfo.Builder> lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Crawler.Builder |
Crawler.Builder.lastCrawl(LastCrawlInfo lastCrawl)
The status of the last crawl, and potentially error information if an error occurred.
|
Crawler.Builder |
Crawler.Builder.lastUpdated(Instant lastUpdated)
The time that the crawler was last updated.
|
default Crawler.Builder |
Crawler.Builder.lineageConfiguration(Consumer<LineageConfiguration.Builder> lineageConfiguration)
A configuration that specifies whether data lineage is enabled for the crawler.
|
Crawler.Builder |
Crawler.Builder.lineageConfiguration(LineageConfiguration lineageConfiguration)
A configuration that specifies whether data lineage is enabled for the crawler.
|
Crawler.Builder |
Crawler.Builder.name(String name)
The name of the crawler.
|
default Crawler.Builder |
Crawler.Builder.recrawlPolicy(Consumer<RecrawlPolicy.Builder> 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.
|
Crawler.Builder |
Crawler.Builder.recrawlPolicy(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.
|
Crawler.Builder |
Crawler.Builder.role(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.
|
default Crawler.Builder |
Crawler.Builder.schedule(Consumer<Schedule.Builder> schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
Crawler.Builder |
Crawler.Builder.schedule(Schedule schedule)
For scheduled crawlers, the schedule when the crawler runs.
|
default Crawler.Builder |
Crawler.Builder.schemaChangePolicy(Consumer<SchemaChangePolicy.Builder> schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
Crawler.Builder |
Crawler.Builder.schemaChangePolicy(SchemaChangePolicy schemaChangePolicy)
The policy that specifies update and delete behaviors for the crawler.
|
Crawler.Builder |
Crawler.Builder.state(CrawlerState state)
Indicates whether the crawler is running, or whether a run is pending.
|
Crawler.Builder |
Crawler.Builder.state(String state)
Indicates whether the crawler is running, or whether a run is pending.
|
Crawler.Builder |
Crawler.Builder.tablePrefix(String tablePrefix)
The prefix added to the names of tables that are created.
|
default Crawler.Builder |
Crawler.Builder.targets(Consumer<CrawlerTargets.Builder> targets)
A collection of targets to crawl.
|
Crawler.Builder |
Crawler.Builder.targets(CrawlerTargets targets)
A collection of targets to crawl.
|
Crawler.Builder |
Crawler.toBuilder() |
Crawler.Builder |
Crawler.Builder.version(Long version)
The version of the crawler.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Crawler.Builder> |
Crawler.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetCrawlerResponse.Builder |
GetCrawlerResponse.Builder.crawler(Consumer<Crawler.Builder> crawler)
The metadata for the specified crawler.
|
Copyright © 2023. All rights reserved.