Class SuccessResponseHandlingConfig
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.SuccessResponseHandlingConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SuccessResponseHandlingConfig.Builder,SuccessResponseHandlingConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSuccessResponseHandlingConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketName()The name of the Amazon S3 bucket.StringbucketPrefix()The Amazon S3 bucket prefix.static SuccessResponseHandlingConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends SuccessResponseHandlingConfig.Builder>serializableBuilderClass()SuccessResponseHandlingConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
bucketPrefix
public final String bucketPrefix()
The Amazon S3 bucket prefix.
- Returns:
- The Amazon S3 bucket prefix.
-
bucketName
public final String bucketName()
The name of the Amazon S3 bucket.
- Returns:
- The name of the Amazon S3 bucket.
-
toBuilder
public SuccessResponseHandlingConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SuccessResponseHandlingConfig.Builder,SuccessResponseHandlingConfig>
-
builder
public static SuccessResponseHandlingConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends SuccessResponseHandlingConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-