Interface GatewayTimeoutException.Builder
-
- All Superinterfaces:
AmplifyBackendException.Builder,AwsServiceException.Builder,Buildable,CopyableBuilder<GatewayTimeoutException.Builder,GatewayTimeoutException>,SdkBuilder<GatewayTimeoutException.Builder,GatewayTimeoutException>,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- Enclosing class:
- GatewayTimeoutException
public static interface GatewayTimeoutException.Builder extends SdkPojo, CopyableBuilder<GatewayTimeoutException.Builder,GatewayTimeoutException>, AmplifyBackendException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GatewayTimeoutException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)GatewayTimeoutException.Buildercause(Throwable cause)GatewayTimeoutException.Buildermessage(String message)GatewayTimeoutException.BuilderrequestId(String requestId)GatewayTimeoutException.BuilderstatusCode(int statusCode)GatewayTimeoutException.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
-
awsErrorDetails
GatewayTimeoutException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAmplifyBackendException.Builder- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
GatewayTimeoutException.Builder message(String message)
- Specified by:
messagein interfaceAmplifyBackendException.Builder- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
GatewayTimeoutException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAmplifyBackendException.Builder- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
GatewayTimeoutException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAmplifyBackendException.Builder- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
GatewayTimeoutException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAmplifyBackendException.Builder- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
GatewayTimeoutException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceAmplifyBackendException.Builder- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
-