public static interface MetadataCatalogConfig.Builder extends SdkPojo, CopyableBuilder<MetadataCatalogConfig.Builder,MetadataCatalogConfig>
| Modifier and Type | Method and Description |
|---|---|
default MetadataCatalogConfig.Builder |
glueDataCatalog(Consumer<GlueDataCatalogConfig.Builder> glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
MetadataCatalogConfig.Builder |
glueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetadataCatalogConfig.Builder glueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
glueDataCatalog - Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data
Catalog.default MetadataCatalogConfig.Builder glueDataCatalog(Consumer<GlueDataCatalogConfig.Builder> glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
This is a convenience method that creates an instance of theGlueDataCatalogConfig.Builder avoiding
the need to create one manually via GlueDataCatalogConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to glueDataCatalog(GlueDataCatalogConfig).
glueDataCatalog - a consumer that will call methods on GlueDataCatalogConfig.BuilderglueDataCatalog(GlueDataCatalogConfig)Copyright © 2023. All rights reserved.