Interface DynamoDbException.Builder
- All Superinterfaces:
AwsServiceException.Builder,Buildable,SdkException.Builder,SdkPojo,SdkServiceException.Builder
- All Known Subinterfaces:
BackupInUseException.Builder,BackupNotFoundException.Builder,ConditionalCheckFailedException.Builder,ContinuousBackupsUnavailableException.Builder,DuplicateItemException.Builder,ExpiredIteratorException.Builder,ExportConflictException.Builder,ExportNotFoundException.Builder,GlobalTableAlreadyExistsException.Builder,GlobalTableNotFoundException.Builder,IdempotentParameterMismatchException.Builder,ImportConflictException.Builder,ImportNotFoundException.Builder,IndexNotFoundException.Builder,InternalServerErrorException.Builder,InvalidExportTimeException.Builder,InvalidRestoreTimeException.Builder,ItemCollectionSizeLimitExceededException.Builder,LimitExceededException.Builder,PointInTimeRecoveryUnavailableException.Builder,PolicyNotFoundException.Builder,ProvisionedThroughputExceededException.Builder,ReplicaAlreadyExistsException.Builder,ReplicaNotFoundException.Builder,ReplicatedWriteConflictException.Builder,RequestLimitExceededException.Builder,ResourceInUseException.Builder,ResourceNotFoundException.Builder,TableAlreadyExistsException.Builder,TableInUseException.Builder,TableNotFoundException.Builder,ThrottlingException.Builder,TransactionCanceledException.Builder,TransactionConflictException.Builder,TransactionInProgressException.Builder,TrimmedDataAccessException.Builder
- All Known Implementing Classes:
DynamoDbException.BuilderImpl
- Enclosing class:
- DynamoDbException
-
Method Summary
Modifier and TypeMethodDescriptionawsErrorDetails(AwsErrorDetails awsErrorDetails) numAttempts(Integer numAttempts) statusCode(int statusCode) writableStackTrace(Boolean writableStackTrace) Methods inherited from interface software.amazon.awssdk.awscore.exception.AwsServiceException.Builder
awsErrorDetails, build, clockSkew, clockSkew, extendedRequestIdMethods inherited from interface software.amazon.awssdk.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTraceMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
Method Details
-
awsErrorDetails
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
numAttempts
- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder
-