| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogSource |
CatalogSource.clone() |
CatalogSource |
CodeGenConfigurationNode.getCatalogSource()
Specifies a data store in the Glue Data Catalog.
|
CatalogSource |
CatalogSource.withDatabase(String database)
The name of the database to read from.
|
CatalogSource |
CatalogSource.withName(String name)
The name of the data store.
|
CatalogSource |
CatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withCatalogSource(CatalogSource catalogSource)
Specifies a data store in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.