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