Uses of Interface
software.amazon.awssdk.services.firehose.model.HttpEndpointRetryOptions.Builder
-
Packages that use HttpEndpointRetryOptions.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of HttpEndpointRetryOptions.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return HttpEndpointRetryOptions.Builder Modifier and Type Method Description static HttpEndpointRetryOptions.BuilderHttpEndpointRetryOptions. builder()HttpEndpointRetryOptions.BuilderHttpEndpointRetryOptions.Builder. durationInSeconds(Integer durationInSeconds)The total amount of time that Kinesis Data Firehose spends on retries.HttpEndpointRetryOptions.BuilderHttpEndpointRetryOptions. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type HttpEndpointRetryOptions.Builder Modifier and Type Method Description static Class<? extends HttpEndpointRetryOptions.Builder>HttpEndpointRetryOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type HttpEndpointRetryOptions.Builder Modifier and Type Method Description default HttpEndpointDestinationConfiguration.BuilderHttpEndpointDestinationConfiguration.Builder. retryOptions(Consumer<HttpEndpointRetryOptions.Builder> retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.default HttpEndpointDestinationDescription.BuilderHttpEndpointDestinationDescription.Builder. retryOptions(Consumer<HttpEndpointRetryOptions.Builder> retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.default HttpEndpointDestinationUpdate.BuilderHttpEndpointDestinationUpdate.Builder. retryOptions(Consumer<HttpEndpointRetryOptions.Builder> retryOptions)Describes the retry behavior in case Kinesis Data Firehose is unable to deliver data to the specified HTTP endpoint destination, or if it doesn't receive a valid acknowledgment of receipt from the specified HTTP endpoint destination.
-