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