Interface CustomDbEngineVersionNotFoundException.Builder
-
- All Superinterfaces:
AwsServiceException.Builder
,Buildable
,CopyableBuilder<CustomDbEngineVersionNotFoundException.Builder,CustomDbEngineVersionNotFoundException>
,RdsException.Builder
,SdkBuilder<CustomDbEngineVersionNotFoundException.Builder,CustomDbEngineVersionNotFoundException>
,SdkException.Builder
,SdkPojo
,SdkServiceException.Builder
- Enclosing class:
- CustomDbEngineVersionNotFoundException
public static interface CustomDbEngineVersionNotFoundException.Builder extends SdkPojo, CopyableBuilder<CustomDbEngineVersionNotFoundException.Builder,CustomDbEngineVersionNotFoundException>, RdsException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomDbEngineVersionNotFoundException.Builder
awsErrorDetails(AwsErrorDetails awsErrorDetails)
CustomDbEngineVersionNotFoundException.Builder
cause(Throwable cause)
CustomDbEngineVersionNotFoundException.Builder
message(String message)
CustomDbEngineVersionNotFoundException.Builder
requestId(String requestId)
CustomDbEngineVersionNotFoundException.Builder
statusCode(int statusCode)
CustomDbEngineVersionNotFoundException.Builder
writableStackTrace(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
CustomDbEngineVersionNotFoundException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetails
in interfaceAwsServiceException.Builder
- Specified by:
awsErrorDetails
in interfaceRdsException.Builder
-
message
CustomDbEngineVersionNotFoundException.Builder message(String message)
- Specified by:
message
in interfaceAwsServiceException.Builder
- Specified by:
message
in interfaceRdsException.Builder
- Specified by:
message
in interfaceSdkException.Builder
- Specified by:
message
in interfaceSdkServiceException.Builder
-
requestId
CustomDbEngineVersionNotFoundException.Builder requestId(String requestId)
- Specified by:
requestId
in interfaceAwsServiceException.Builder
- Specified by:
requestId
in interfaceRdsException.Builder
- Specified by:
requestId
in interfaceSdkServiceException.Builder
-
statusCode
CustomDbEngineVersionNotFoundException.Builder statusCode(int statusCode)
- Specified by:
statusCode
in interfaceAwsServiceException.Builder
- Specified by:
statusCode
in interfaceRdsException.Builder
- Specified by:
statusCode
in interfaceSdkServiceException.Builder
-
cause
CustomDbEngineVersionNotFoundException.Builder cause(Throwable cause)
- Specified by:
cause
in interfaceAwsServiceException.Builder
- Specified by:
cause
in interfaceRdsException.Builder
- Specified by:
cause
in interfaceSdkException.Builder
- Specified by:
cause
in interfaceSdkServiceException.Builder
-
writableStackTrace
CustomDbEngineVersionNotFoundException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTrace
in interfaceRdsException.Builder
- Specified by:
writableStackTrace
in interfaceSdkException.Builder
- Specified by:
writableStackTrace
in interfaceSdkServiceException.Builder
-
-