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
public static interface DynamoDbException.Builder extends AwsServiceException.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DynamoDbException.BuilderawsErrorDetails(AwsErrorDetails awsErrorDetails)DynamoDbException.Buildercause(Throwable cause)DynamoDbException.Buildermessage(String message)DynamoDbException.BuildernumAttempts(Integer numAttempts)DynamoDbException.BuilderrequestId(String requestId)DynamoDbException.BuilderstatusCode(int statusCode)DynamoDbException.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.core.exception.SdkException.Builder
cause, message, numAttempts, writableStackTrace
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.exception.SdkServiceException.Builder
extendedRequestId, requestId, statusCode
-
-
-
-
Method Detail
-
awsErrorDetails
DynamoDbException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
- Specified by:
awsErrorDetailsin interfaceAwsServiceException.Builder
-
message
DynamoDbException.Builder message(String message)
- Specified by:
messagein interfaceAwsServiceException.Builder- Specified by:
messagein interfaceSdkException.Builder- Specified by:
messagein interfaceSdkServiceException.Builder
-
requestId
DynamoDbException.Builder requestId(String requestId)
- Specified by:
requestIdin interfaceAwsServiceException.Builder- Specified by:
requestIdin interfaceSdkServiceException.Builder
-
statusCode
DynamoDbException.Builder statusCode(int statusCode)
- Specified by:
statusCodein interfaceAwsServiceException.Builder- Specified by:
statusCodein interfaceSdkServiceException.Builder
-
cause
DynamoDbException.Builder cause(Throwable cause)
- Specified by:
causein interfaceAwsServiceException.Builder- Specified by:
causein interfaceSdkException.Builder- Specified by:
causein interfaceSdkServiceException.Builder
-
writableStackTrace
DynamoDbException.Builder writableStackTrace(Boolean writableStackTrace)
- Specified by:
writableStackTracein interfaceSdkException.Builder- Specified by:
writableStackTracein interfaceSdkServiceException.Builder
-
numAttempts
DynamoDbException.Builder numAttempts(Integer numAttempts)
- Specified by:
numAttemptsin interfaceAwsServiceException.Builder- Specified by:
numAttemptsin interfaceSdkException.Builder- Specified by:
numAttemptsin interfaceSdkServiceException.Builder
-
-