| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static DirectJDBCSource.Builder |
DirectJDBCSource.builder() |
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.connectionName(String connectionName)
The connection name of the JDBC source.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.connectionType(JDBCConnectionType connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.connectionType(String connectionType)
The connection type of the JDBC source.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.database(String database)
The database of the JDBC source connection.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.name(String name)
The name of the JDBC source connection.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.redshiftTmpDir(String redshiftTmpDir)
The temp directory of the JDBC Redshift source.
|
DirectJDBCSource.Builder |
DirectJDBCSource.Builder.table(String table)
The table of the JDBC source connection.
|
DirectJDBCSource.Builder |
DirectJDBCSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DirectJDBCSource.Builder> |
DirectJDBCSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.directJDBCSource(Consumer<DirectJDBCSource.Builder> directJDBCSource)
Sets the value of the DirectJDBCSource property for this object.
|
Copyright © 2023. All rights reserved.