Interface SplunkRetryOptions.Builder

    • Method Detail

      • durationInSeconds

        SplunkRetryOptions.Builder durationInSeconds​(Integer durationInSeconds)

        The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.

        Parameters:
        durationInSeconds - The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
        Returns:
        Returns a reference to this object so that method calls can be chained together.