Interface ExceedsLimitException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ExceedsLimitException.Builder,ExceedsLimitException>,EntityResolutionException.Builder,SdkBuilder<ExceedsLimitException.Builder,ExceedsLimitException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ExceedsLimitException
public static interface ExceedsLimitException.Builder extends SdkPojo, CopyableBuilder<ExceedsLimitException.Builder,ExceedsLimitException>, EntityResolutionException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceedsLimitException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ExceedsLimitException.Buildercause(Throwable cause)ExceedsLimitException.Buildermessage(String message)ExceedsLimitException.BuilderquotaName(String quotaName)The name of the quota that has been breached.ExceedsLimitException.BuilderquotaValue(Integer quotaValue)The current quota value for the customers.ExceedsLimitException.BuilderrequestId(String requestId)ExceedsLimitException.BuilderstatusCode(int statusCode)ExceedsLimitException.BuilderwritableStackTrace(Boolean writableStackTrace)-
Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
quotaName
ExceedsLimitException.Builder quotaName(String quotaName)
The name of the quota that has been breached.
- Parameters:
quotaName- The name of the quota that has been breached.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaValue
ExceedsLimitException.Builder quotaValue(Integer quotaValue)
The current quota value for the customers.
- Parameters:
quotaValue- The current quota value for the customers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
ExceedsLimitException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceEntityResolutionException.Builder
-
message
ExceedsLimitException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceEntityResolutionException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ExceedsLimitException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceEntityResolutionException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ExceedsLimitException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceEntityResolutionException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ExceedsLimitException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceEntityResolutionException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ExceedsLimitException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceEntityResolutionException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-