| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
PostgreSQLCatalogSource |
PostgreSQLCatalogSource.clone() |
PostgreSQLCatalogSource |
CodeGenConfigurationNode.getPostgreSQLCatalogSource()
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
PostgreSQLCatalogSource |
PostgreSQLCatalogSource.withDatabase(String database)
The name of the database to read from.
|
PostgreSQLCatalogSource |
PostgreSQLCatalogSource.withName(String name)
The name of the data source.
|
PostgreSQLCatalogSource |
PostgreSQLCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withPostgreSQLCatalogSource(PostgreSQLCatalogSource postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.