| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
IcebergDestinationDescription |
IcebergDestinationDescription.clone() |
IcebergDestinationDescription |
DestinationDescription.getIcebergDestinationDescription()
Describes a destination in Apache Iceberg Tables.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withBufferingHints(BufferingHints bufferingHints) |
IcebergDestinationDescription |
IcebergDestinationDescription.withCatalogConfiguration(CatalogConfiguration catalogConfiguration)
Configuration describing where the destination Iceberg tables are persisted.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
IcebergDestinationDescription |
IcebergDestinationDescription.withDestinationTableConfigurationList(Collection<DestinationTableConfiguration> destinationTableConfigurationList)
Provides a list of
DestinationTableConfigurations which Firehose uses to deliver data to Apache
Iceberg tables. |
IcebergDestinationDescription |
IcebergDestinationDescription.withDestinationTableConfigurationList(DestinationTableConfiguration... destinationTableConfigurationList)
Provides a list of
DestinationTableConfigurations which Firehose uses to deliver data to Apache
Iceberg tables. |
IcebergDestinationDescription |
IcebergDestinationDescription.withProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
IcebergDestinationDescription |
IcebergDestinationDescription.withRetryOptions(RetryOptions retryOptions) |
IcebergDestinationDescription |
IcebergDestinationDescription.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the Apache Iceberg Tables role.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withS3BackupMode(IcebergS3BackupMode s3BackupMode)
Describes how Firehose will backup records.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withS3BackupMode(String s3BackupMode)
Describes how Firehose will backup records.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withS3DestinationDescription(S3DestinationDescription s3DestinationDescription) |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationDescription.setIcebergDestinationDescription(IcebergDestinationDescription icebergDestinationDescription)
Describes a destination in Apache Iceberg Tables.
|
DestinationDescription |
DestinationDescription.withIcebergDestinationDescription(IcebergDestinationDescription icebergDestinationDescription)
Describes a destination in Apache Iceberg Tables.
|
Copyright © 2025. All rights reserved.