@Generated(value="software.amazon.awssdk:codegen") public final class ErrorHandlingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>
The settings that determine how Amazon AppFlow handles an error when placing data in the destination. For example,
this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert
every record regardless of the initial failure. ErrorHandlingConfig is a part of the destination
connector details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ErrorHandlingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
Specifies the name of the Amazon S3 bucket.
|
String |
bucketPrefix()
Specifies the Amazon S3 bucket prefix.
|
static ErrorHandlingConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
failOnFirstDestinationError()
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the
destination.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ErrorHandlingConfig.Builder> |
serializableBuilderClass() |
ErrorHandlingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean failOnFirstDestinationError()
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
public final String bucketPrefix()
Specifies the Amazon S3 bucket prefix.
public final String bucketName()
Specifies the name of the Amazon S3 bucket.
public ErrorHandlingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>public static ErrorHandlingConfig.Builder builder()
public static Class<? extends ErrorHandlingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.