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. outputSchemas(Collection<GlueSchema> outputSchemas)Specifies the data schema for the catalog source.CatalogSource.BuilderCatalogSource.Builder. outputSchemas(Consumer<GlueSchema.Builder>... outputSchemas)Specifies the data schema for the catalog source.CatalogSource.BuilderCatalogSource.Builder. outputSchemas(GlueSchema... outputSchemas)Specifies the data schema for the catalog source.CatalogSource.BuilderCatalogSource.Builder. partitionPredicate(String partitionPredicate)Partitions satisfying this predicate are deleted.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.
-