| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLCatalogSource.Builder |
PostgreSQLCatalogSource.builder() |
PostgreSQLCatalogSource.Builder |
PostgreSQLCatalogSource.Builder.database(String database)
The name of the database to read from.
|
PostgreSQLCatalogSource.Builder |
PostgreSQLCatalogSource.Builder.name(String name)
The name of the data source.
|
PostgreSQLCatalogSource.Builder |
PostgreSQLCatalogSource.Builder.table(String table)
The name of the table in the database to read from.
|
PostgreSQLCatalogSource.Builder |
PostgreSQLCatalogSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostgreSQLCatalogSource.Builder> |
PostgreSQLCatalogSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.postgreSQLCatalogSource(Consumer<PostgreSQLCatalogSource.Builder> postgreSQLCatalogSource)
Specifies a PostgresSQL data source in the Glue Data Catalog.
|
Copyright © 2023. All rights reserved.