Interface CatalogConfiguration.Builder

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

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

    • catalogARN

      CatalogConfiguration.Builder catalogARN(String catalogARN)

      Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog.

      Amazon Data Firehose is in preview release and is subject to change.

      Parameters:
      catalogARN - Specifies the Glue catalog ARN indentifier of the destination Apache Iceberg Tables. You must specify the ARN in the format arn:aws:glue:region:account-id:catalog.

      Amazon Data Firehose is in preview release and is subject to change.

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