@Generated(value="software.amazon.awssdk:codegen") public final class ImportConflictException extends DynamoDbException implements ToCopyableBuilder<ImportConflictException.Builder,ImportConflictException>
There was a conflict when importing from the specified S3 source. This can occur when the current import conflicts with a previous import request that had the same client token.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportConflictException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportConflictException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportConflictException.Builder> |
serializableBuilderClass() |
ImportConflictException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic ImportConflictException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportConflictException.Builder,ImportConflictException>toBuilder in class DynamoDbExceptionpublic static ImportConflictException.Builder builder()
public static Class<? extends ImportConflictException.Builder> serializableBuilderClass()
Copyright © 2022. All rights reserved.