| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.builder() |
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.Builder.database(String database)
The name of the database to write to.
|
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.Builder.inputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.Builder.inputs(String... inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.Builder.name(String name)
The name of the data target.
|
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.Builder.table(String table)
The name of the table in the database to write to.
|
PostgreSQLCatalogTarget.Builder |
PostgreSQLCatalogTarget.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PostgreSQLCatalogTarget.Builder> |
PostgreSQLCatalogTarget.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.postgreSQLCatalogTarget(Consumer<PostgreSQLCatalogTarget.Builder> postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
Copyright © 2023. All rights reserved.