Interface MySQLCatalogSource.Builder

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

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

    • name

      The name of the data source.

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

      MySQLCatalogSource.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.