copy

fun copy(maxAttempts: Int = this.maxAttempts, initialBackoff: Duration = this.initialBackoff, maxBackoff: Duration = this.maxBackoff, jitterFactor: Double = this.jitterFactor, shouldRetry: (Exception) -> Boolean = this.shouldRetry): RetryPolicy