public static class CredentialsEndpointRetryParameters.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
CredentialsEndpointRetryParameters |
build () |
CredentialsEndpointRetryParameters.Builder |
withException (Exception exception) |
CredentialsEndpointRetryParameters.Builder |
withStatusCode (Integer statusCode) |
public CredentialsEndpointRetryParameters.Builder withStatusCode(Integer statusCode)
statusCode - The status code from Http response.public CredentialsEndpointRetryParameters.Builder withException(Exception exception)
exception - The exception that was thrown.public CredentialsEndpointRetryParameters build()