Interface SplunkRetryOptions.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>, SdkBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>, SdkPojo
Enclosing class:
SplunkRetryOptions

public static interface SplunkRetryOptions.Builder extends SdkPojo, CopyableBuilder<SplunkRetryOptions.Builder,SplunkRetryOptions>
  • Method Details

    • 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.