Interface HttpEndpointRetryOptions.Builder

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

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

    • durationInSeconds

      HttpEndpointRetryOptions.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 the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Firehose waits for acknowledgment from the specified destination 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 the custom destination via HTTPS endpoint fails. It doesn't include the periods during which Firehose waits for acknowledgment from the specified destination after each attempt.
      Returns:
      Returns a reference to this object so that method calls can be chained together.