Class CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty>
A builder for
CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.catalogArn(String catalogArn) Sets the value ofCfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.getCatalogArn()warehouseLocation(String warehouseLocation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
catalogArn
@Stability(Stable) public CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.Builder catalogArn(String catalogArn) Sets the value ofCfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.getCatalogArn()- Parameters:
catalogArn- Specifies the Glue catalog ARN identifier of the destination Apache Iceberg Tables. You must specify the ARN in the formatarn:aws:glue:region:account-id:catalog.- Returns:
this
-
warehouseLocation
@Stability(Stable) public CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty.Builder warehouseLocation(String warehouseLocation) - Parameters:
warehouseLocation- The warehouse location for Apache Iceberg tables. You must configure this when schema evolution and table creation is enabled. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.CatalogConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-