@Generated(value="software.amazon.awssdk:codegen") public final class SuccessResponseHandlingConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SuccessResponseHandlingConfig.Builder,SuccessResponseHandlingConfig>
Determines how Amazon AppFlow handles the success response that it gets from the connector after placing data.
For example, this setting would determine where to write the response from the destination connector upon a successful insert operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SuccessResponseHandlingConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketName()
The name of the Amazon S3 bucket.
|
String |
bucketPrefix()
The Amazon S3 bucket prefix.
|
static SuccessResponseHandlingConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SuccessResponseHandlingConfig.Builder> |
serializableBuilderClass() |
SuccessResponseHandlingConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String bucketPrefix()
The Amazon S3 bucket prefix.
public final String bucketName()
The name of the Amazon S3 bucket.
public SuccessResponseHandlingConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SuccessResponseHandlingConfig.Builder,SuccessResponseHandlingConfig>public static SuccessResponseHandlingConfig.Builder builder()
public static Class<? extends SuccessResponseHandlingConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.