public static interface ThrottlingException.Builder extends SdkPojo, CopyableBuilder<ThrottlingException.Builder,ThrottlingException>, PipesException.Builder
| Modifier and Type | Method and Description |
|---|---|
ThrottlingException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ThrottlingException.Builder |
cause(Throwable cause) |
ThrottlingException.Builder |
message(String message) |
ThrottlingException.Builder |
quotaCode(String quotaCode)
The identifier of the quota that caused the exception.
|
ThrottlingException.Builder |
requestId(String requestId) |
ThrottlingException.Builder |
retryAfterSeconds(Integer retryAfterSeconds)
The number of seconds to wait before retrying the action that caused the exception.
|
ThrottlingException.Builder |
serviceCode(String serviceCode)
The identifier of the service that caused the exception.
|
ThrottlingException.Builder |
statusCode(int statusCode) |
ThrottlingException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsThrottlingException.Builder quotaCode(String quotaCode)
The identifier of the quota that caused the exception.
quotaCode - The identifier of the quota that caused the exception.ThrottlingException.Builder retryAfterSeconds(Integer retryAfterSeconds)
The number of seconds to wait before retrying the action that caused the exception.
retryAfterSeconds - The number of seconds to wait before retrying the action that caused the exception.ThrottlingException.Builder serviceCode(String serviceCode)
The identifier of the service that caused the exception.
serviceCode - The identifier of the service that caused the exception.ThrottlingException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface PipesException.BuilderThrottlingException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface PipesException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderThrottlingException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface PipesException.BuilderrequestId in interface SdkServiceException.BuilderThrottlingException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface PipesException.BuilderstatusCode in interface SdkServiceException.BuilderThrottlingException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface PipesException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderThrottlingException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface PipesException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.