Interface RetryPolicyConfiguration.Builder

  • Method Details

    • maxAttempts

      RetryPolicyConfiguration.Builder maxAttempts(Integer maxAttempts)

      The maximum number of attempts on the job's driver.

      Parameters:
      maxAttempts - The maximum number of attempts on the job's driver.
      Returns:
      Returns a reference to this object so that method calls can be chained together.