| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
RelationalCatalogSource |
RelationalCatalogSource.clone() |
RelationalCatalogSource |
CodeGenConfigurationNode.getRelationalCatalogSource()
Specifies a relational catalog data store in the Glue Data Catalog.
|
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)
Specifies a relational catalog data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withRelationalCatalogSource(RelationalCatalogSource relationalCatalogSource)
Specifies a relational catalog data store in the Glue Data Catalog.
|
Copyright © 2025. All rights reserved.