Interface CatalogEntry.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CatalogEntry.Builder,CatalogEntry>, SdkBuilder<CatalogEntry.Builder,CatalogEntry>, SdkPojo
Enclosing class:
CatalogEntry

public static interface CatalogEntry.Builder extends SdkPojo, CopyableBuilder<CatalogEntry.Builder,CatalogEntry>
  • Method Details

    • databaseName

      CatalogEntry.Builder databaseName(String databaseName)

      The database in which the table metadata resides.

      Parameters:
      databaseName - The database in which the table metadata resides.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tableName

      CatalogEntry.Builder tableName(String tableName)

      The name of the table in question.

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