| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RelationalCatalogSource |
RelationalCatalogSource.clone() |
RelationalCatalogSource |
CodeGenConfigurationNode.getRelationalCatalogSource() |
RelationalCatalogSource |
RelationalCatalogSource.withDatabase(String database)
The name of the database to read from.
|
RelationalCatalogSource |
RelationalCatalogSource.withName(String name)
The name of the data source.
|
RelationalCatalogSource |
RelationalCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource) |
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource) |
Copyright © 2022. All rights reserved.