Class RedshiftDestinationProperties
- java.lang.Object
-
- software.amazon.awssdk.services.appflow.model.RedshiftDestinationProperties
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RedshiftDestinationProperties.Builder,RedshiftDestinationProperties>
@Generated("software.amazon.awssdk:codegen") public final class RedshiftDestinationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RedshiftDestinationProperties.Builder,RedshiftDestinationProperties>
The properties that are applied when Amazon Redshift is being used as a destination.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedshiftDestinationProperties.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbucketPrefix()The object key for the bucket in which Amazon AppFlow places the destination files.static RedshiftDestinationProperties.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)ErrorHandlingConfigerrorHandlingConfig()The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringintermediateBucketName()The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.Stringobject()The object specified in the Amazon Redshift flow destination.List<SdkField<?>>sdkFields()static Class<? extends RedshiftDestinationProperties.Builder>serializableBuilderClass()RedshiftDestinationProperties.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
-
object
public final String object()
The object specified in the Amazon Redshift flow destination.
- Returns:
- The object specified in the Amazon Redshift flow destination.
-
intermediateBucketName
public final String intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
- Returns:
- The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
-
bucketPrefix
public final String bucketPrefix()
The object key for the bucket in which Amazon AppFlow places the destination files.
- Returns:
- The object key for the bucket in which Amazon AppFlow places the destination files.
-
errorHandlingConfig
public final ErrorHandlingConfig errorHandlingConfig()
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift 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.
ErrorHandlingConfigis a part of the destination connector details.- Returns:
- The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift
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.
ErrorHandlingConfigis a part of the destination connector details.
-
toBuilder
public RedshiftDestinationProperties.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RedshiftDestinationProperties.Builder,RedshiftDestinationProperties>
-
builder
public static RedshiftDestinationProperties.Builder builder()
-
serializableBuilderClass
public static Class<? extends RedshiftDestinationProperties.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.
-
-