Interface ContentTooLargeException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<ContentTooLargeException.Builder,ContentTooLargeException>,QAppsException.Builder,SdkBuilder<ContentTooLargeException.Builder,ContentTooLargeException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- ContentTooLargeException
public static interface ContentTooLargeException.Builder extends SdkPojo, CopyableBuilder<ContentTooLargeException.Builder,ContentTooLargeException>, QAppsException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContentTooLargeException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)ContentTooLargeException.Buildercause(Throwable cause)ContentTooLargeException.Buildermessage(String message)ContentTooLargeException.BuilderrequestId(String requestId)ContentTooLargeException.BuilderresourceId(String resourceId)The unique identifier of the resourceContentTooLargeException.BuilderresourceType(String resourceType)The type of the resourceContentTooLargeException.BuilderstatusCode(int statusCode)ContentTooLargeException.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
resourceId
ContentTooLargeException.Builder resourceId(String resourceId)
The unique identifier of the resource
- Parameters:
resourceId- The unique identifier of the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
ContentTooLargeException.Builder resourceType(String resourceType)
The type of the resource
- Parameters:
resourceType- The type of the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
ContentTooLargeException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceQAppsException.Builder
-
message
ContentTooLargeException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceQAppsException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
ContentTooLargeException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceQAppsException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
ContentTooLargeException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceQAppsException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
ContentTooLargeException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceQAppsException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
ContentTooLargeException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceQAppsException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-