ThrottlingException.Builder |
ThrottlingException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
|
static ThrottlingException.Builder |
ThrottlingException.builder() |
|
ThrottlingException.Builder |
ThrottlingException.Builder.cause(Throwable cause) |
|
ThrottlingException.Builder |
ThrottlingException.Builder.message(String message) |
|
ThrottlingException.Builder |
ThrottlingException.Builder.numAttempts(Integer numAttempts) |
|
ThrottlingException.Builder |
ThrottlingException.Builder.requestId(String requestId) |
|
ThrottlingException.Builder |
ThrottlingException.Builder.statusCode(int statusCode) |
|
ThrottlingException.Builder |
ThrottlingException.Builder.throttlingReasons(Collection<ThrottlingReason> throttlingReasons) |
A list of
ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
|
ThrottlingException.Builder |
ThrottlingException.Builder.throttlingReasons(Consumer<ThrottlingReason.Builder>... throttlingReasons) |
A list of
ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
|
ThrottlingException.Builder |
ThrottlingException.Builder.throttlingReasons(ThrottlingReason... throttlingReasons) |
A list of
ThrottlingReason that provide detailed diagnostic information about why the request was throttled.
|
ThrottlingException.Builder |
ThrottlingException.toBuilder() |
|
ThrottlingException.Builder |
ThrottlingException.Builder.writableStackTrace(Boolean writableStackTrace) |
|