| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
MySQLCatalogTarget |
MySQLCatalogTarget.clone() |
MySQLCatalogTarget |
CodeGenConfigurationNode.getMySQLCatalogTarget()
Specifies a target that uses MySQL.
|
MySQLCatalogTarget |
MySQLCatalogTarget.withDatabase(String database)
The name of the database to write to.
|
MySQLCatalogTarget |
MySQLCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget |
MySQLCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
MySQLCatalogTarget |
MySQLCatalogTarget.withName(String name)
The name of the data target.
|
MySQLCatalogTarget |
MySQLCatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withMySQLCatalogTarget(MySQLCatalogTarget mySQLCatalogTarget)
Specifies a target that uses MySQL.
|
Copyright © 2023. All rights reserved.