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