Class UpsolverDestinationProperties

    • Method Detail

      • bucketName

        public final String bucketName()

        The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.

        Returns:
        The Upsolver Amazon S3 bucket name in which Amazon AppFlow places the transferred data.
      • bucketPrefix

        public final String bucketPrefix()

        The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.

        Returns:
        The object key for the destination Upsolver Amazon S3 bucket in which Amazon AppFlow places the files.
      • s3OutputFormatConfig

        public final UpsolverS3OutputFormatConfig s3OutputFormatConfig()

        The configuration that determines how data is formatted when Upsolver is used as the flow destination.

        Returns:
        The configuration that determines how data is formatted when Upsolver is used as the flow destination.
      • 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)