Uses of Interface
software.amazon.awssdk.services.firehose.model.RetryOptions.Builder
-
Packages that use RetryOptions.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of RetryOptions.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return RetryOptions.Builder Modifier and Type Method Description static RetryOptions.BuilderRetryOptions. builder()RetryOptions.BuilderRetryOptions.Builder. durationInSeconds(Integer durationInSeconds)The period of time during which Firehose retries to deliver data to the specified destination.RetryOptions.BuilderRetryOptions. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type RetryOptions.Builder Modifier and Type Method Description static Class<? extends RetryOptions.Builder>RetryOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type RetryOptions.Builder Modifier and Type Method Description default DynamicPartitioningConfiguration.BuilderDynamicPartitioningConfiguration.Builder. retryOptions(Consumer<RetryOptions.Builder> retryOptions)The retry behavior in case Firehose is unable to deliver data to an Amazon S3 prefix.default IcebergDestinationConfiguration.BuilderIcebergDestinationConfiguration.Builder. retryOptions(Consumer<RetryOptions.Builder> retryOptions)Sets the value of the RetryOptions property for this object.default IcebergDestinationDescription.BuilderIcebergDestinationDescription.Builder. retryOptions(Consumer<RetryOptions.Builder> retryOptions)Sets the value of the RetryOptions property for this object.default IcebergDestinationUpdate.BuilderIcebergDestinationUpdate.Builder. retryOptions(Consumer<RetryOptions.Builder> retryOptions)Sets the value of the RetryOptions property for this object.
-