Interface MetadataCatalogConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetadataCatalogConfig.Builder,MetadataCatalogConfig>,SdkBuilder<MetadataCatalogConfig.Builder,MetadataCatalogConfig>,SdkPojo
- Enclosing class:
- MetadataCatalogConfig
public static interface MetadataCatalogConfig.Builder extends SdkPojo, CopyableBuilder<MetadataCatalogConfig.Builder,MetadataCatalogConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MetadataCatalogConfig.BuilderglueDataCatalog(Consumer<GlueDataCatalogConfig.Builder> glueDataCatalog)Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.MetadataCatalogConfig.BuilderglueDataCatalog(GlueDataCatalogConfig glueDataCatalog)Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
glueDataCatalog
MetadataCatalogConfig.Builder glueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
- Parameters:
glueDataCatalog- Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glueDataCatalog
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.Builderavoiding the need to create one manually viaGlueDataCatalogConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toglueDataCatalog(GlueDataCatalogConfig).- Parameters:
glueDataCatalog- a consumer that will call methods onGlueDataCatalogConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
glueDataCatalog(GlueDataCatalogConfig)
-
-