Interface S3CatalogSource.Builder

    • Method Detail

      • name

        S3CatalogSource.Builder name​(String name)

        The name of the data store.

        Parameters:
        name - The name of the data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        S3CatalogSource.Builder database​(String database)

        The database to read from.

        Parameters:
        database - The database to read from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • table

        S3CatalogSource.Builder table​(String table)

        The database table to read from.

        Parameters:
        table - The database table to read from.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionPredicate

        S3CatalogSource.Builder partitionPredicate​(String partitionPredicate)

        Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.

        Parameters:
        partitionPredicate - Partitions satisfying this predicate are deleted. Files within the retention period in these partitions are not deleted. Set to "" – empty by default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalOptions

        S3CatalogSource.Builder additionalOptions​(S3SourceAdditionalOptions additionalOptions)

        Specifies additional connection options.

        Parameters:
        additionalOptions - Specifies additional connection options.
        Returns:
        Returns a reference to this object so that method calls can be chained together.