public static interface DynamoDbException.Builder extends AwsServiceException.Builder
Modifier and Type | Method and Description |
---|---|
DynamoDbException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails) |
DynamoDbException.Builder |
cause(Throwable cause) |
DynamoDbException.Builder |
message(String message) |
DynamoDbException.Builder |
requestId(String requestId) |
DynamoDbException.Builder |
statusCode(int statusCode) |
DynamoDbException.Builder |
writableStackTrace(Boolean writableStackTrace) |
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestId
extendedRequestId, requestId, statusCode
cause, message, writableStackTrace
equalsBySdkFields, sdkFields
DynamoDbException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
awsErrorDetails
in interface AwsServiceException.Builder
DynamoDbException.Builder message(String message)
message
in interface AwsServiceException.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
DynamoDbException.Builder requestId(String requestId)
requestId
in interface AwsServiceException.Builder
requestId
in interface SdkServiceException.Builder
DynamoDbException.Builder statusCode(int statusCode)
statusCode
in interface AwsServiceException.Builder
statusCode
in interface SdkServiceException.Builder
DynamoDbException.Builder cause(Throwable cause)
cause
in interface AwsServiceException.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
DynamoDbException.Builder writableStackTrace(Boolean writableStackTrace)
writableStackTrace
in interface SdkException.Builder
writableStackTrace
in interface SdkServiceException.Builder
Copyright © 2023. All rights reserved.