Interface DataCatalogConfig.Builder

  • Method Details

    • tableName

      DataCatalogConfig.Builder tableName(String tableName)

      The name of the Glue table.

      Parameters:
      tableName - The name of the Glue table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalog

      The name of the Glue table catalog.

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

      DataCatalogConfig.Builder database(String database)

      The name of the Glue table database.

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