Class CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty>
- Enclosing interface:
CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty
@Stability(Stable)
public static final class CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.destinationDatabaseName(String destinationDatabaseName) destinationTableName(String destinationTableName) partitionSpec(CfnDeliveryStreamPropsMixin.PartitionSpecProperty partitionSpec) partitionSpec(IResolvable partitionSpec) s3ErrorOutputPrefix(String s3ErrorOutputPrefix) uniqueKeys(List<String> uniqueKeys)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
destinationDatabaseName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder destinationDatabaseName(String destinationDatabaseName) Sets the value ofCfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.getDestinationDatabaseName()- Parameters:
destinationDatabaseName- The name of the Apache Iceberg database.- Returns:
this
-
destinationTableName
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder destinationTableName(String destinationTableName) Sets the value ofCfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.getDestinationTableName()- Parameters:
destinationTableName- Specifies the name of the Apache Iceberg Table.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder partitionSpec(IResolvable partitionSpec) Sets the value ofCfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.getPartitionSpec()- Parameters:
partitionSpec- The partition spec configuration for a table that is used by automatic table creation. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
partitionSpec
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder partitionSpec(CfnDeliveryStreamPropsMixin.PartitionSpecProperty partitionSpec) Sets the value ofCfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.getPartitionSpec()- Parameters:
partitionSpec- The partition spec configuration for a table that is used by automatic table creation. Amazon Data Firehose is in preview release and is subject to change.- Returns:
this
-
s3ErrorOutputPrefix
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder s3ErrorOutputPrefix(String s3ErrorOutputPrefix) Sets the value ofCfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.getS3ErrorOutputPrefix()- Parameters:
s3ErrorOutputPrefix- The table specific S3 error output prefix. All the errors that occurred while delivering to this table will be prefixed with this value in S3 destination.- Returns:
this
-
uniqueKeys
@Stability(Stable) public CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty.Builder uniqueKeys(List<String> uniqueKeys) - Parameters:
uniqueKeys- A list of unique keys for a given Apache Iceberg table. Firehose will use these for running Create, Update, or Delete operations on the given Iceberg table.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty>- Returns:
- a new instance of
CfnDeliveryStreamPropsMixin.DestinationTableConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-