Interface DirectSchemaChangePolicy.Builder

    • Method Detail

      • enableUpdateCatalog

        DirectSchemaChangePolicy.Builder enableUpdateCatalog​(Boolean enableUpdateCatalog)

        Whether to use the specified update behavior when the crawler finds a changed schema.

        Parameters:
        enableUpdateCatalog - Whether to use the specified update behavior when the crawler finds a changed schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • table

        DirectSchemaChangePolicy.Builder table​(String table)

        Specifies the table in the database that the schema change policy applies to.

        Parameters:
        table - Specifies the table in the database that the schema change policy applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • database

        DirectSchemaChangePolicy.Builder database​(String database)

        Specifies the database that the schema change policy applies to.

        Parameters:
        database - Specifies the database that the schema change policy applies to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.