Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
JDBCConnectorSource |
JDBCConnectorSource.clone() |
JDBCConnectorSource |
CodeGenConfigurationNode.getJDBCConnectorSource()
Specifies a connector to a JDBC data source.
|
JDBCConnectorSource |
JDBCConnectorSource.withAdditionalOptions(JDBCConnectorOptions additionalOptions)
Additional connection options for the connector.
|
JDBCConnectorSource |
JDBCConnectorSource.withConnectionName(String connectionName)
The name of the connection that is associated with the connector.
|
JDBCConnectorSource |
JDBCConnectorSource.withConnectionTable(String connectionTable)
The name of the table in the data source.
|
JDBCConnectorSource |
JDBCConnectorSource.withConnectionType(String connectionType)
The type of connection, such as marketplace.jdbc or custom.jdbc, designating a connection to a JDBC data store.
|
JDBCConnectorSource |
JDBCConnectorSource.withConnectorName(String connectorName)
The name of a connector that assists with accessing the data store in Glue Studio.
|
JDBCConnectorSource |
JDBCConnectorSource.withName(String name)
The name of the data source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(Collection<GlueSchema> outputSchemas)
Specifies the data schema for the custom JDBC source.
|
JDBCConnectorSource |
JDBCConnectorSource.withOutputSchemas(GlueSchema... outputSchemas)
Specifies the data schema for the custom JDBC source.
|
JDBCConnectorSource |
JDBCConnectorSource.withQuery(String query)
The table or SQL query to get the data from.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withJDBCConnectorSource(JDBCConnectorSource jDBCConnectorSource)
Specifies a connector to a JDBC data source.
|
Copyright © 2023. All rights reserved.