Interface InternalServiceException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder,Buildable,CopyableBuilder<InternalServiceException.Builder,InternalServiceException>,OamException.Builder,SdkBuilder<InternalServiceException.Builder,InternalServiceException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- InternalServiceException
public static interface InternalServiceException.Builder extends SdkPojo, CopyableBuilder<InternalServiceException.Builder,InternalServiceException>, OamException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InternalServiceException.BuilderamznErrorType(String amznErrorType)The name of the exception.InternalServiceException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)InternalServiceException.Buildercause(Throwable cause)InternalServiceException.Buildermessage(String message)InternalServiceException.BuilderrequestId(String requestId)InternalServiceException.BuilderstatusCode(int statusCode)InternalServiceException.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
-
amznErrorType
InternalServiceException.Builder amznErrorType(String amznErrorType)
The name of the exception.
- Parameters:
amznErrorType- The name of the exception.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsErrorDetails
InternalServiceException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder- Specified by:
awsErrorDetailsin interfaceOamException.Builder
-
message
InternalServiceException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceOamException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
InternalServiceException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceOamException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
InternalServiceException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceOamException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
InternalServiceException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceOamException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
InternalServiceException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceOamException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-