Interface GlueDataCatalogConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>, SdkBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>, SdkPojo
Enclosing class:
GlueDataCatalogConfig

public static interface GlueDataCatalogConfig.Builder extends SdkPojo, CopyableBuilder<GlueDataCatalogConfig.Builder,GlueDataCatalogConfig>
  • Method Details

    • 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.

      For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.

      Parameters:
      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.

      For an example IAM policy that has the required permissions, see Identity-based policy examples for Amazon AppFlow.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      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. These tables contain metadata for the data that's transferred by the flow that you configure with this parameter.

      When you configure a new flow with this parameter, you must specify an existing database.

      Parameters:
      databaseName - The name of the Data Catalog database that stores the metadata tables that Amazon AppFlow creates in your Amazon Web Services account. These tables contain metadata for the data that's transferred by the flow that you configure with this parameter.

      When you configure a new flow with this parameter, you must specify an existing database.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tablePrefix

      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. Amazon AppFlow adds the prefix to the beginning of the each table name.

      Parameters:
      tablePrefix - A naming prefix for each Data Catalog table that Amazon AppFlow creates for the flow that you configure with this setting. Amazon AppFlow adds the prefix to the beginning of the each table name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.