Uses of Interface
software.amazon.awssdk.services.appflow.model.MetadataCatalogConfig.Builder
-
Packages that use MetadataCatalogConfig.Builder Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of MetadataCatalogConfig.Builder in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return MetadataCatalogConfig.Builder Modifier and Type Method Description static MetadataCatalogConfig.BuilderMetadataCatalogConfig. builder()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.MetadataCatalogConfig.BuilderMetadataCatalogConfig.Builder. glueDataCatalog(GlueDataCatalogConfig glueDataCatalog)Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.MetadataCatalogConfig.BuilderMetadataCatalogConfig. toBuilder()Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type MetadataCatalogConfig.Builder Modifier and Type Method Description static Class<? extends MetadataCatalogConfig.Builder>MetadataCatalogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type MetadataCatalogConfig.Builder Modifier and Type Method Description default CreateFlowRequest.BuilderCreateFlowRequest.Builder. metadataCatalogConfig(Consumer<MetadataCatalogConfig.Builder> metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.default DescribeFlowResponse.BuilderDescribeFlowResponse.Builder. metadataCatalogConfig(Consumer<MetadataCatalogConfig.Builder> metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.default UpdateFlowRequest.BuilderUpdateFlowRequest.Builder. metadataCatalogConfig(Consumer<MetadataCatalogConfig.Builder> metadataCatalogConfig)Specifies the configuration that Amazon AppFlow uses when it catalogs the data that's transferred by the associated flow.
-