Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DirectJDBCSource |
DirectJDBCSource.clone() |
DirectJDBCSource |
CodeGenConfigurationNode.getDirectJDBCSource() |
DirectJDBCSource |
DirectJDBCSource.withConnectionName(String connectionName)
The connection name of the JDBC source.
|
DirectJDBCSource |
DirectJDBCSource.withConnectionType(JDBCConnectionType connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource |
DirectJDBCSource.withConnectionType(String connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource |
DirectJDBCSource.withDatabase(String database)
The database of the JDBC source connection.
|
DirectJDBCSource |
DirectJDBCSource.withName(String name)
The name of the JDBC source connection.
|
DirectJDBCSource |
DirectJDBCSource.withRedshiftTmpDir(String redshiftTmpDir)
The temp directory of the JDBC Redshift source.
|
DirectJDBCSource |
DirectJDBCSource.withTable(String table)
The table of the JDBC source connection.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setDirectJDBCSource(DirectJDBCSource directJDBCSource) |
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDirectJDBCSource(DirectJDBCSource directJDBCSource) |
Copyright © 2023. All rights reserved.