| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
IcebergDestinationUpdate |
IcebergDestinationUpdate.clone() |
IcebergDestinationUpdate |
UpdateDestinationRequest.getIcebergDestinationUpdate()
Describes an update for a destination in Apache Iceberg Tables.
|
IcebergDestinationUpdate |
IcebergDestinationUpdate.withBufferingHints(BufferingHints bufferingHints) |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withCatalogConfiguration(CatalogConfiguration catalogConfiguration)
Configuration describing where the destination Iceberg tables are persisted.
|
IcebergDestinationUpdate |
IcebergDestinationUpdate.withCloudWatchLoggingOptions(CloudWatchLoggingOptions cloudWatchLoggingOptions) |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withDestinationTableConfigurationList(Collection<DestinationTableConfiguration> destinationTableConfigurationList)
Provides a list of
DestinationTableConfigurations which Firehose uses to deliver data to Apache
Iceberg tables. |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withDestinationTableConfigurationList(DestinationTableConfiguration... destinationTableConfigurationList)
Provides a list of
DestinationTableConfigurations which Firehose uses to deliver data to Apache
Iceberg tables. |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withProcessingConfiguration(ProcessingConfiguration processingConfiguration) |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withRetryOptions(RetryOptions retryOptions) |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of the Apache Iceberg Tables role.
|
IcebergDestinationUpdate |
IcebergDestinationUpdate.withS3BackupMode(IcebergS3BackupMode s3BackupMode)
Describes how Firehose will backup records.
|
IcebergDestinationUpdate |
IcebergDestinationUpdate.withS3BackupMode(String s3BackupMode)
Describes how Firehose will backup records.
|
IcebergDestinationUpdate |
IcebergDestinationUpdate.withS3Configuration(S3DestinationConfiguration s3Configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDestinationRequest.setIcebergDestinationUpdate(IcebergDestinationUpdate icebergDestinationUpdate)
Describes an update for a destination in Apache Iceberg Tables.
|
UpdateDestinationRequest |
UpdateDestinationRequest.withIcebergDestinationUpdate(IcebergDestinationUpdate icebergDestinationUpdate)
Describes an update for a destination in Apache Iceberg Tables.
|
Copyright © 2024. All rights reserved.