| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
IcebergTarget |
IcebergTarget.clone() |
IcebergTarget |
IcebergTarget.withConnectionName(String connectionName)
The name of the connection to use to connect to the Iceberg target.
|
IcebergTarget |
IcebergTarget.withExclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
IcebergTarget |
IcebergTarget.withExclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
IcebergTarget |
IcebergTarget.withMaximumTraversalDepth(Integer maximumTraversalDepth)
The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata folder in
your Amazon S3 path.
|
IcebergTarget |
IcebergTarget.withPaths(Collection<String> paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as
s3://bucket/prefix. |
IcebergTarget |
IcebergTarget.withPaths(String... paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as
s3://bucket/prefix. |
| Modifier and Type | Method and Description |
|---|---|
List<IcebergTarget> |
CrawlerTargets.getIcebergTargets()
Specifies Apache Iceberg data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withIcebergTargets(IcebergTarget... icebergTargets)
Specifies Apache Iceberg data store targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setIcebergTargets(Collection<IcebergTarget> icebergTargets)
Specifies Apache Iceberg data store targets.
|
CrawlerTargets |
CrawlerTargets.withIcebergTargets(Collection<IcebergTarget> icebergTargets)
Specifies Apache Iceberg data store targets.
|
Copyright © 2023. All rights reserved.