public static interface CatalogTarget.Builder extends SdkPojo, CopyableBuilder<CatalogTarget.Builder,CatalogTarget>
| Modifier and Type | Method and Description |
|---|---|
CatalogTarget.Builder |
databaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget.Builder |
tables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget.Builder |
tables(String... tables)
A list of the tables to be synchronized.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCatalogTarget.Builder databaseName(String databaseName)
The name of the database to be synchronized.
databaseName - The name of the database to be synchronized.CatalogTarget.Builder tables(Collection<String> tables)
A list of the tables to be synchronized.
tables - A list of the tables to be synchronized.CatalogTarget.Builder tables(String... tables)
A list of the tables to be synchronized.
tables - A list of the tables to be synchronized.Copyright © 2020. All rights reserved.