Interface CatalogSource.Builder

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

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

    • 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

      CatalogSource.Builder database(String database)

      The name of the database to read from.

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

      The name of the table in the database to read from.

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