@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, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public ImportConflictException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<ImportConflictException.Builder,ImportConflictException>
toBuilder
in class DynamoDbException
public static ImportConflictException.Builder builder()
public static Class<? extends ImportConflictException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.