Class S3SourceProperties

    • Method Detail

      • bucketName

        public final String bucketName()

        The Amazon S3 bucket name where the source files are stored.

        Returns:
        The Amazon S3 bucket name where the source files are stored.
      • bucketPrefix

        public final String bucketPrefix()

        The object key for the Amazon S3 bucket in which the source files are stored.

        Returns:
        The object key for the Amazon S3 bucket in which the source files are stored.
      • s3InputFormatConfig

        public final S3InputFormatConfig s3InputFormatConfig()
        Returns the value of the S3InputFormatConfig property for this object.
        Returns:
        The value of the S3InputFormatConfig property for this object.
      • 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)