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