public static interface ServiceLimitExceededException.Builder extends SdkPojo, CopyableBuilder<ServiceLimitExceededException.Builder,ServiceLimitExceededException>, DataExchangeException.Builder
| Modifier and Type | Method and Description |
|---|---|
ServiceLimitExceededException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
ServiceLimitExceededException.Builder |
cause(Throwable cause) |
ServiceLimitExceededException.Builder |
limitName(LimitName limitName)
The name of the limit that was reached.
|
ServiceLimitExceededException.Builder |
limitName(String limitName)
The name of the limit that was reached.
|
ServiceLimitExceededException.Builder |
limitValue(Double limitValue)
The value of the exceeded limit.
|
ServiceLimitExceededException.Builder |
message(String message) |
ServiceLimitExceededException.Builder |
requestId(String requestId) |
ServiceLimitExceededException.Builder |
statusCode(int statusCode) |
ServiceLimitExceededException.Builder |
writableStackTrace(Boolean writableStackTrace) |
copyapplyMutation, buildawsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdextendedRequestId, requestId, statusCodecause, message, writableStackTraceequalsBySdkFields, sdkFieldsServiceLimitExceededException.Builder limitName(String limitName)
The name of the limit that was reached.
ServiceLimitExceededException.Builder limitName(LimitName limitName)
The name of the limit that was reached.
ServiceLimitExceededException.Builder limitValue(Double limitValue)
The value of the exceeded limit.
limitValue - The value of the exceeded limit.ServiceLimitExceededException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface DataExchangeException.BuilderServiceLimitExceededException.Builder message(String message)
message in interface AwsServiceException.Buildermessage in interface DataExchangeException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.BuilderServiceLimitExceededException.Builder requestId(String requestId)
requestId in interface AwsServiceException.BuilderrequestId in interface DataExchangeException.BuilderrequestId in interface SdkServiceException.BuilderServiceLimitExceededException.Builder statusCode(int statusCode)
statusCode in interface AwsServiceException.BuilderstatusCode in interface DataExchangeException.BuilderstatusCode in interface SdkServiceException.BuilderServiceLimitExceededException.Builder cause(Throwable cause)
cause in interface AwsServiceException.Buildercause in interface DataExchangeException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.BuilderServiceLimitExceededException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace in interface DataExchangeException.BuilderwritableStackTrace in interface SdkException.BuilderwritableStackTrace in interface SdkServiceException.BuilderCopyright © 2023. All rights reserved.