Uses of Interface
software.amazon.awssdk.services.glue.model.PostgreSQLCatalogSource.Builder
-
Packages that use PostgreSQLCatalogSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of PostgreSQLCatalogSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return PostgreSQLCatalogSource.Builder Modifier and Type Method Description static PostgreSQLCatalogSource.BuilderPostgreSQLCatalogSource. builder()PostgreSQLCatalogSource.BuilderPostgreSQLCatalogSource.Builder. database(String database)The name of the database to read from.PostgreSQLCatalogSource.BuilderPostgreSQLCatalogSource.Builder. name(String name)The name of the data source.PostgreSQLCatalogSource.BuilderPostgreSQLCatalogSource.Builder. table(String table)The name of the table in the database to read from.PostgreSQLCatalogSource.BuilderPostgreSQLCatalogSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type PostgreSQLCatalogSource.Builder Modifier and Type Method Description static Class<? extends PostgreSQLCatalogSource.Builder>PostgreSQLCatalogSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type PostgreSQLCatalogSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. postgreSQLCatalogSource(Consumer<PostgreSQLCatalogSource.Builder> postgreSQLCatalogSource)Specifies a PostgresSQL data source in the Glue Data Catalog.
-