Interface RetryPolicyConfiguration.Builder

    • Method Detail

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