JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.additionalOptions(Map<String,String> additionalOptions) |
Additional connection options for the connector.
|
static JDBCConnectorTarget.Builder |
JDBCConnectorTarget.builder() |
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionName(String connectionName) |
The name of the connection that is associated with the connector.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionTable(String connectionTable) |
The name of the table in the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectionType(String connectionType) |
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data
target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.connectorName(String connectorName) |
The name of a connector that will be used.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.inputs(String... inputs) |
The nodes that are inputs to the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.inputs(Collection<String> inputs) |
The nodes that are inputs to the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.name(String name) |
The name of the data target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Collection<GlueSchema> outputSchemas) |
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas) |
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.Builder.outputSchemas(GlueSchema... outputSchemas) |
Specifies the data schema for the JDBC target.
|
JDBCConnectorTarget.Builder |
JDBCConnectorTarget.toBuilder() |
|