Class S3ExportConfiguration

    • Method Detail

      • bucket

        public final String bucket()

        The Amazon S3 bucket name in which a journal export job writes the journal contents.

        The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.

        Returns:
        The Amazon S3 bucket name in which a journal export job writes the journal contents.

        The bucket name must comply with the Amazon S3 bucket naming conventions. For more information, see Bucket Restrictions and Limitations in the Amazon S3 Developer Guide.

      • prefix

        public final String prefix()

        The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.

        The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.

        The following are examples of valid Prefix values:

        • JournalExports-ForMyLedger/Testing/

        • JournalExports

        • My:Tests/

        Returns:
        The prefix for the Amazon S3 bucket in which a journal export job writes the journal contents.

        The prefix must comply with Amazon S3 key naming rules and restrictions. For more information, see Object Key and Metadata in the Amazon S3 Developer Guide.

        The following are examples of valid Prefix values:

        • JournalExports-ForMyLedger/Testing/

        • JournalExports

        • My:Tests/

      • encryptionConfiguration

        public final S3EncryptionConfiguration encryptionConfiguration()

        The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.

        Returns:
        The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
      • 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)