Interface RetryDetails.Builder

    • Method Detail

      • currentAttempt

        RetryDetails.Builder currentAttempt​(Integer currentAttempt)

        The current attempt number for this operation.

        Parameters:
        currentAttempt - The current attempt number for this operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextAttemptDelaySeconds

        RetryDetails.Builder nextAttemptDelaySeconds​(Integer nextAttemptDelaySeconds)

        The delay before the next retry attempt, in seconds.

        Parameters:
        nextAttemptDelaySeconds - The delay before the next retry attempt, in seconds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.