@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
RedshiftDestinationProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bucketPrefix()
The object key for the bucket in which Amazon AppFlow places the destination files.
|
static RedshiftDestinationProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorHandlingConfig |
errorHandlingConfig()
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) |
int |
hashCode() |
String |
intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
|
String |
object()
The object specified in the Amazon Redshift flow destination.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RedshiftDestinationProperties.Builder> |
serializableBuilderClass() |
RedshiftDestinationProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String object()
The object specified in the Amazon Redshift flow destination.
public final String intermediateBucketName()
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
public final String bucketPrefix()
The object key for the bucket in which Amazon AppFlow places the destination files.
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. ErrorHandlingConfig
is a part of the destination connector details.
ErrorHandlingConfig is a part of the destination connector details.public RedshiftDestinationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RedshiftDestinationProperties.Builder,RedshiftDestinationProperties>public static RedshiftDestinationProperties.Builder builder()
public static Class<? extends RedshiftDestinationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.