Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.clone() |
PostgreSQLCatalogTarget |
CodeGenConfigurationNode.getPostgreSQLCatalogTarget()
Specifies a target that uses Postgres SQL.
|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.withDatabase(String database)
The name of the database to write to.
|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.withInputs(Collection<String> inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.withInputs(String... inputs)
The nodes that are inputs to the data target.
|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.withName(String name)
The name of the data target.
|
PostgreSQLCatalogTarget |
PostgreSQLCatalogTarget.withTable(String table)
The name of the table in the database to write to.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withPostgreSQLCatalogTarget(PostgreSQLCatalogTarget postgreSQLCatalogTarget)
Specifies a target that uses Postgres SQL.
|
Copyright © 2022. All rights reserved.