retryOptions

public abstract HttpOptions.Builder retryOptions(HttpRetryOptions retryOptions)

Setter for retryOptions.

retryOptions: HTTP retry options for the request.


@CanIgnoreReturnValue()
public HttpOptions.Builder retryOptions(HttpRetryOptions.Builder retryOptionsBuilder)

Setter for retryOptions builder.

retryOptions: HTTP retry options for the request.