public static interface MySQLCatalogSource.Builder extends SdkPojo, CopyableBuilder<MySQLCatalogSource.Builder,MySQLCatalogSource>
| Modifier and Type | Method and Description |
|---|---|
MySQLCatalogSource.Builder |
database(String database)
The name of the database to read from.
|
MySQLCatalogSource.Builder |
name(String name)
The name of the data source.
|
MySQLCatalogSource.Builder |
table(String table)
The name of the table in the database to read from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMySQLCatalogSource.Builder name(String name)
The name of the data source.
name - The name of the data source.MySQLCatalogSource.Builder database(String database)
The name of the database to read from.
database - The name of the database to read from.MySQLCatalogSource.Builder table(String table)
The name of the table in the database to read from.
table - The name of the table in the database to read from.Copyright © 2023. All rights reserved.