Class RedshiftDestinationProperties

    • 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. ErrorHandlingConfig is 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. ErrorHandlingConfig is a part of the destination connector details.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)