Interface RetryPolicy.Builder

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

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

    • maximumEventAgeInSeconds

      RetryPolicy.Builder maximumEventAgeInSeconds(Integer maximumEventAgeInSeconds)

      The maximum amount of time, in seconds, to continue to make retry attempts.

      Parameters:
      maximumEventAgeInSeconds - The maximum amount of time, in seconds, to continue to make retry attempts.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maximumRetryAttempts

      RetryPolicy.Builder maximumRetryAttempts(Integer maximumRetryAttempts)

      The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.

      Parameters:
      maximumRetryAttempts - The maximum number of retry attempts to make before the request fails. Retry attempts with exponential backoff continue until either the maximum number of attempts is made or until the duration of the MaximumEventAgeInSeconds is reached.
      Returns:
      Returns a reference to this object so that method calls can be chained together.