@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)
Indicates whether some other object is "equal to" this one by SDK fields.
|
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()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString()
Returns a string representation of this object.
|
copy
public 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()
ToCopyableBuilder
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)
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withpublic final String toString()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.