| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MySQLCatalogSource |
MySQLCatalogSource.clone() |
MySQLCatalogSource |
CodeGenConfigurationNode.getMySQLCatalogSource()
Specifies a MySQL data source in the Glue Data Catalog.
|
MySQLCatalogSource |
MySQLCatalogSource.withDatabase(String database)
The name of the database to read from.
|
MySQLCatalogSource |
MySQLCatalogSource.withName(String name)
The name of the data source.
|
MySQLCatalogSource |
MySQLCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withMySQLCatalogSource(MySQLCatalogSource mySQLCatalogSource)
Specifies a MySQL data source in the Glue Data Catalog.
|
Copyright © 2022. All rights reserved.