| Package | Description |
|---|---|
| com.amazonaws.services.kinesisfirehose.model |
| Modifier and Type | Method and Description |
|---|---|
RetryOptions |
RetryOptions.clone() |
RetryOptions |
IcebergDestinationDescription.getRetryOptions() |
RetryOptions |
IcebergDestinationConfiguration.getRetryOptions() |
RetryOptions |
IcebergDestinationUpdate.getRetryOptions() |
RetryOptions |
DynamicPartitioningConfiguration.getRetryOptions()
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
|
RetryOptions |
RetryOptions.withDurationInSeconds(Integer durationInSeconds)
The period of time during which Firehose retries to deliver data to the specified Amazon S3 prefix.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IcebergDestinationDescription.setRetryOptions(RetryOptions retryOptions) |
void |
IcebergDestinationConfiguration.setRetryOptions(RetryOptions retryOptions) |
void |
IcebergDestinationUpdate.setRetryOptions(RetryOptions retryOptions) |
void |
DynamicPartitioningConfiguration.setRetryOptions(RetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
|
IcebergDestinationDescription |
IcebergDestinationDescription.withRetryOptions(RetryOptions retryOptions) |
IcebergDestinationConfiguration |
IcebergDestinationConfiguration.withRetryOptions(RetryOptions retryOptions) |
IcebergDestinationUpdate |
IcebergDestinationUpdate.withRetryOptions(RetryOptions retryOptions) |
DynamicPartitioningConfiguration |
DynamicPartitioningConfiguration.withRetryOptions(RetryOptions retryOptions)
The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.
|
Copyright © 2025. All rights reserved.