public static interface OracleSQLCatalogTarget.Builder extends SdkPojo, CopyableBuilder<OracleSQLCatalogTarget.Builder,OracleSQLCatalogTarget>
| Modifier and Type | Method and Description |
|---|---|
OracleSQLCatalogTarget.Builder |
database(String database)
The name of the database to write to.
|
OracleSQLCatalogTarget.Builder |
inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
OracleSQLCatalogTarget.Builder |
inputs(String... inputs)
The nodes that are inputs to the data target.
|
OracleSQLCatalogTarget.Builder |
name(String name)
The name of the data target.
|
OracleSQLCatalogTarget.Builder |
table(String table)
The name of the table in the database to write to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOracleSQLCatalogTarget.Builder name(String name)
The name of the data target.
name - The name of the data target.OracleSQLCatalogTarget.Builder inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.OracleSQLCatalogTarget.Builder inputs(String... inputs)
The nodes that are inputs to the data target.
inputs - The nodes that are inputs to the data target.OracleSQLCatalogTarget.Builder database(String database)
The name of the database to write to.
database - The name of the database to write to.OracleSQLCatalogTarget.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.