Interface IcebergTarget.Builder

All Superinterfaces:
Buildable, CopyableBuilder<IcebergTarget.Builder,IcebergTarget>, SdkBuilder<IcebergTarget.Builder,IcebergTarget>, SdkPojo
Enclosing class:
IcebergTarget

public static interface IcebergTarget.Builder extends SdkPojo, CopyableBuilder<IcebergTarget.Builder,IcebergTarget>
  • Method Details

    • paths

      One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

      Parameters:
      paths - One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • paths

      IcebergTarget.Builder paths(String... paths)

      One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.

      Parameters:
      paths - One or more Amazon S3 paths that contains Iceberg metadata folders as s3://bucket/prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • connectionName

      IcebergTarget.Builder connectionName(String connectionName)

      The name of the connection to use to connect to the Iceberg target.

      Parameters:
      connectionName - The name of the connection to use to connect to the Iceberg target.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exclusions

      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.

      Parameters:
      exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exclusions

      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.

      Parameters:
      exclusions - A list of glob patterns used to exclude from the crawl. For more information, see Catalog Tables with a Crawler.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumTraversalDepth

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.