Uses of Interface
software.amazon.awssdk.services.appflow.model.GlueDataCatalogConfig.Builder
-
Packages that use GlueDataCatalogConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of GlueDataCatalogConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return GlueDataCatalogConfig.Builder Modifier and Type Method Description static GlueDataCatalogConfig.BuilderGlueDataCatalogConfig. builder()GlueDataCatalogConfig.BuilderGlueDataCatalogConfig.Builder. databaseName(String databaseName)The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account.GlueDataCatalogConfig.BuilderGlueDataCatalogConfig.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of an IAM role that grants Amazon AppFlow the permissions it needs to create Data Catalog tables, databases, and partitions.GlueDataCatalogConfig.BuilderGlueDataCatalogConfig.Builder. tablePrefix(String tablePrefix)A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting.GlueDataCatalogConfig.BuilderGlueDataCatalogConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type GlueDataCatalogConfig.Builder Modifier and Type Method Description static Class<? extends GlueDataCatalogConfig.Builder>GlueDataCatalogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type GlueDataCatalogConfig.Builder Modifier and Type Method Description default MetadataCatalogConfig.BuilderMetadataCatalogConfig.Builder. glueDataCatalog(Consumer<GlueDataCatalogConfig.Builder> glueDataCatalog)Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
-