| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static GlueDataCatalogConfig.Builder |
GlueDataCatalogConfig.builder() |
GlueDataCatalogConfig.Builder |
GlueDataCatalogConfig.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.Builder |
GlueDataCatalogConfig.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.Builder |
GlueDataCatalogConfig.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.Builder |
GlueDataCatalogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GlueDataCatalogConfig.Builder> |
GlueDataCatalogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.