Interface IcebergTarget.Builder

    • Method Detail

      • paths

        IcebergTarget.Builder paths​(Collection<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.
      • 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.
      • 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.