Interface RetryConfigInput.Builder

  • Method Details

    • maxRetries

      RetryConfigInput.Builder maxRetries(Integer maxRetries)

      The maximum number of retries. The value must be less than or equal to 2.

      Parameters:
      maxRetries - The maximum number of retries. The value must be less than or equal to 2.
      Returns:
      Returns a reference to this object so that method calls can be chained together.