public static interface IcebergTarget.Builder extends SdkPojo, CopyableBuilder<IcebergTarget.Builder,IcebergTarget>
| Modifier and Type | Method and Description |
|---|---|
IcebergTarget.Builder |
connectionName(String connectionName)
The name of the connection to use to connect to the Iceberg target.
|
IcebergTarget.Builder |
exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl.
|
IcebergTarget.Builder |
exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl.
|
IcebergTarget.Builder |
maximumTraversalDepth(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.Builder |
paths(Collection<String> paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as
s3://bucket/prefix. |
IcebergTarget.Builder |
paths(String... paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as
s3://bucket/prefix. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIcebergTarget.Builder paths(Collection<String> paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
paths - One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.IcebergTarget.Builder paths(String... paths)
One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
paths - One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.IcebergTarget.Builder connectionName(String connectionName)
The name of the connection to use to connect to the Iceberg target.
connectionName - The name of the connection to use to connect to the Iceberg target.IcebergTarget.Builder exclusions(Collection<String> exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.IcebergTarget.Builder exclusions(String... exclusions)
A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.IcebergTarget.Builder maximumTraversalDepth(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. Used to limit the crawler run time.
maximumTraversalDepth - The maximum depth of Amazon S3 paths that the crawler can traverse to discover the Iceberg metadata
folder in your Amazon S3 path. Used to limit the crawler run time.Copyright © 2023. All rights reserved.