public static interface MySQLCatalogTarget.Builder extends SdkPojo, CopyableBuilder<MySQLCatalogTarget.Builder,MySQLCatalogTarget>
| Modifier and Type | Method and Description |
|---|---|
MySQLCatalogTarget.Builder |
database(String database)
The name of the database to write to.
|
MySQLCatalogTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget.Builder |
name(String name)
The name of the data target.
|
MySQLCatalogTarget.Builder |
table(String table)
The name of the table in the database to write to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMySQLCatalogTarget.Builder name(String name)
The name of the data target.
name - The name of the data target.MySQLCatalogTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.MySQLCatalogTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.MySQLCatalogTarget.Builder database(String database)
The name of the database to write to.
database - The name of the database to write to.MySQLCatalogTarget.Builder table(String table)
The name of the table in the database to write to.
table - The name of the table in the database to write to.Copyright © 2023. All rights reserved.