Uses of Interface
software.amazon.awssdk.services.glue.model.PostgreSQLCatalogTarget.Builder
-
Packages that use PostgreSQLCatalogTarget.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PostgreSQLCatalogTarget.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PostgreSQLCatalogTarget.Builder Modifier and Type Method Description static PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget. builder()PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget.Builder. database(String database)The name of the database to write to.PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget.Builder. inputs(String... inputs)The nodes that are inputs to the data target.PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget.Builder. inputs(Collection<String> inputs)The nodes that are inputs to the data target.PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget.Builder. name(String name)The name of the data target.PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget.Builder. table(String table)The name of the table in the database to write to.PostgreSQLCatalogTarget.BuilderPostgreSQLCatalogTarget. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PostgreSQLCatalogTarget.Builder Modifier and Type Method Description static Class<? extends PostgreSQLCatalogTarget.Builder>PostgreSQLCatalogTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PostgreSQLCatalogTarget.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. postgreSQLCatalogTarget(Consumer<PostgreSQLCatalogTarget.Builder> postgreSQLCatalogTarget)Specifies a target that uses Postgres SQL.
-