Uses of Interface
software.amazon.awssdk.services.firehose.model.SplunkRetryOptions.Builder
-
Packages that use SplunkRetryOptions.Builder Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SplunkRetryOptions.Builder in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SplunkRetryOptions.Builder Modifier and Type Method Description static SplunkRetryOptions.BuilderSplunkRetryOptions. builder()SplunkRetryOptions.BuilderSplunkRetryOptions.Builder. durationInSeconds(Integer durationInSeconds)The total amount of time that Kinesis Data Firehose spends on retries.SplunkRetryOptions.BuilderSplunkRetryOptions. toBuilder()Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SplunkRetryOptions.Builder Modifier and Type Method Description static Class<? extends SplunkRetryOptions.Builder>SplunkRetryOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.firehose.model with type arguments of type SplunkRetryOptions.Builder Modifier and Type Method Description default SplunkDestinationConfiguration.BuilderSplunkDestinationConfiguration.Builder. retryOptions(Consumer<SplunkRetryOptions.Builder> retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk, or if it doesn't receive an acknowledgment of receipt from Splunk.default SplunkDestinationDescription.BuilderSplunkDestinationDescription.Builder. retryOptions(Consumer<SplunkRetryOptions.Builder> retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.default SplunkDestinationUpdate.BuilderSplunkDestinationUpdate.Builder. retryOptions(Consumer<SplunkRetryOptions.Builder> retryOptions)The retry behavior in case Kinesis Data Firehose is unable to deliver data to Splunk or if it doesn't receive an acknowledgment of receipt from Splunk.
-