Interface ServiceQuotaExceededException.Builder
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ServiceQuotaExceededException.Builder,,ServiceQuotaExceededException> SdkBuilder<ServiceQuotaExceededException.Builder,,ServiceQuotaExceededException> SdkException.Builder,SdkPojo,SdkServiceException.Builder,SecurityIrException.Builder
- Enclosing class:
ServiceQuotaExceededException
@Mutable
@NotThreadSafe
public static interface ServiceQuotaExceededException.Builder
extends SdkPojo, CopyableBuilder<ServiceQuotaExceededException.Builder,ServiceQuotaExceededException>, SecurityIrException.Builder
-
Method Summary
Modifier and TypeMethodDescriptionawsErrorDetails(AwsErrorDetails awsErrorDetails) Specifies the additional awsErrorDetails from the service response.Specifies the exception that caused this exception to occur.Specifies the details of this exception.numAttempts(Integer numAttempts) The code of the quota.Specifies the requestId returned by the called service.resourceId(String resourceId) The ID of the requested resource which lead to the service quota exception.resourceType(String resourceType) The type of the requested resource which lead to the service quota exception.serviceCode(String serviceCode) The service code of the quota.statusCode(int statusCode) Specifies the status code returned by the service.writableStackTrace(Boolean writableStackTrace) Specifies whether the stack trace in this exception can be written.Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTraceMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
resourceId
The ID of the requested resource which lead to the service quota exception.
- Parameters:
resourceId- The ID of the requested resource which lead to the service quota exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
The type of the requested resource which lead to the service quota exception.
- Parameters:
resourceType- The type of the requested resource which lead to the service quota exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceCode
The service code of the quota.
- Parameters:
serviceCode- The service code of the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
quotaCode
The code of the quota.
- Parameters:
quotaCode- The code of the quota.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
Description copied from interface:AwsServiceException.BuilderSpecifies the additional awsErrorDetails from the service response.- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceSecurityIrException.Builder- Parameters:
awsErrorDetails- Object containing additional details from the response.- Returns:
- This object for method chaining.
-
message
Description copied from interface:SdkException.BuilderSpecifies the details of this exception.- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder- Specified by:
messagein interfaceSecurityIrException.Builder- Parameters:
message- The details of this exception.- Returns:
- This method for object chaining
-
requestId
Description copied from interface:SdkServiceException.BuilderSpecifies the requestId returned by the called service.- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder- Specified by:
requestIdin interfaceSecurityIrException.Builder- Parameters:
requestId- A string that identifies the request made to a service.- Returns:
- This object for method chaining.
-
statusCode
Description copied from interface:SdkServiceException.BuilderSpecifies the status code returned by the service.- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder- Specified by:
statusCodein interfaceSecurityIrException.Builder- Parameters:
statusCode- an int containing the status code returned by the service.- Returns:
- This method for object chaining.
-
cause
Description copied from interface:SdkException.BuilderSpecifies the exception that caused this exception to occur.- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder- Specified by:
causein interfaceSecurityIrException.Builder- Parameters:
cause- The exception that caused this exception to occur.- Returns:
- This object for method chaining.
-
writableStackTrace
Description copied from interface:SdkException.BuilderSpecifies whether the stack trace in this exception can be written.- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder- Specified by:
writableStackTracein interfaceSecurityIrException.Builder- Parameters:
writableStackTrace- Whether the stack trace can be written.- Returns:
- This method for object chaining
-
numAttempts
- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder- Specified by:
numAttemptsin interfaceSecurityIrException.Builder- Parameters:
numAttempts- The attempt count- Returns:
- This method for object chaining
-