public static interface PostgreSQLCatalogTarget.Builder extends SdkPojo, CopyableBuilder<PostgreSQLCatalogTarget.Builder,PostgreSQLCatalogTarget>
Modifier and Type | Method and Description |
---|---|
PostgreSQLCatalogTarget.Builder |
database(String database)
The name of the database to write to.
|
PostgreSQLCatalogTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget.Builder |
name(String name)
The name of the data target.
|
PostgreSQLCatalogTarget.Builder |
table(String table)
The name of the table in the database to write to.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PostgreSQLCatalogTarget.Builder name(String name)
The name of the data target.
name
- The name of the data target.PostgreSQLCatalogTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs
- The nodes that are inputs to the data target.PostgreSQLCatalogTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
inputs
- The nodes that are inputs to the data target.PostgreSQLCatalogTarget.Builder database(String database)
The name of the database to write to.
database
- The name of the database to write to.PostgreSQLCatalogTarget.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 © 2022. All rights reserved.