Interface BatchRetryStrategy.Builder

    • Method Detail

      • attempts

        BatchRetryStrategy.Builder attempts​(Integer attempts)

        The number of times to attempt to retry, if the job fails. Valid values are 1–10.

        Parameters:
        attempts - The number of times to attempt to retry, if the job fails. Valid values are 1–10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.