Class S3BucketSource

    • Method Detail

      • s3BucketOwner

        public final String s3BucketOwner()

        The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.

        Returns:
        The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
      • s3Bucket

        public final String s3Bucket()

        The S3 bucket that is being imported from.

        Returns:
        The S3 bucket that is being imported from.
      • s3KeyPrefix

        public final String s3KeyPrefix()

        The key prefix shared by all S3 Objects that are being imported.

        Returns:
        The key prefix shared by all S3 Objects that are being imported.
      • 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)