| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static MetadataCatalogConfig.Builder |
MetadataCatalogConfig.builder() |
default MetadataCatalogConfig.Builder |
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 |
MetadataCatalogConfig.Builder.glueDataCatalog(GlueDataCatalogConfig glueDataCatalog)
Specifies the configuration that Amazon AppFlow uses when it catalogs your data with the Glue Data Catalog.
|
MetadataCatalogConfig.Builder |
MetadataCatalogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends MetadataCatalogConfig.Builder> |
MetadataCatalogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowRequest.Builder |
CreateFlowRequest.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.Builder |
DescribeFlowResponse.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.Builder |
UpdateFlowRequest.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.
|
Copyright © 2022. All rights reserved.