Interface DirectSchemaChangePolicy.Builder

  • Method Details

    • 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.
    • updateBehavior

      DirectSchemaChangePolicy.Builder updateBehavior(String updateBehavior)

      The update behavior when the crawler finds a changed schema.

      Parameters:
      updateBehavior - The update behavior when the crawler finds a changed schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updateBehavior

      The update behavior when the crawler finds a changed schema.

      Parameters:
      updateBehavior - The update behavior when the crawler finds a changed schema.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.