public static interface DirectJDBCSource.Builder extends SdkPojo, CopyableBuilder<DirectJDBCSource.Builder,DirectJDBCSource>
| Modifier and Type | Method and Description |
|---|---|
DirectJDBCSource.Builder |
connectionName(String connectionName)
The connection name of the JDBC source.
|
DirectJDBCSource.Builder |
connectionType(JDBCConnectionType connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource.Builder |
connectionType(String connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource.Builder |
database(String database)
The database of the JDBC source connection.
|
DirectJDBCSource.Builder |
name(String name)
The name of the JDBC source connection.
|
DirectJDBCSource.Builder |
redshiftTmpDir(String redshiftTmpDir)
The temp directory of the JDBC Redshift source.
|
DirectJDBCSource.Builder |
table(String table)
The table of the JDBC source connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDirectJDBCSource.Builder name(String name)
The name of the JDBC source connection.
name - The name of the JDBC source connection.DirectJDBCSource.Builder database(String database)
The database of the JDBC source connection.
database - The database of the JDBC source connection.DirectJDBCSource.Builder table(String table)
The table of the JDBC source connection.
table - The table of the JDBC source connection.DirectJDBCSource.Builder connectionName(String connectionName)
The connection name of the JDBC source.
connectionName - The connection name of the JDBC source.DirectJDBCSource.Builder connectionType(String connectionType)
The connection type of the JDBC source.
connectionType - The connection type of the JDBC source.JDBCConnectionType,
JDBCConnectionTypeDirectJDBCSource.Builder connectionType(JDBCConnectionType connectionType)
The connection type of the JDBC source.
connectionType - The connection type of the JDBC source.JDBCConnectionType,
JDBCConnectionTypeDirectJDBCSource.Builder redshiftTmpDir(String redshiftTmpDir)
The temp directory of the JDBC Redshift source.
redshiftTmpDir - The temp directory of the JDBC Redshift source.Copyright © 2023. All rights reserved.