public static interface CatalogSource.Builder extends SdkPojo, CopyableBuilder<CatalogSource.Builder,CatalogSource>
Modifier and Type | Method and Description |
---|---|
CatalogSource.Builder |
database(String database)
The name of the database to read from.
|
CatalogSource.Builder |
name(String name)
The name of the data store.
|
CatalogSource.Builder |
table(String table)
The name of the table in the database to read from.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CatalogSource.Builder name(String name)
The name of the data store.
name
- The name of the data store.CatalogSource.Builder database(String database)
The name of the database to read from.
database
- The name of the database to read from.CatalogSource.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 © 2022. All rights reserved.