Interface S3ExportConfiguration.Builder

    • Method Detail

      • bucket

        S3ExportConfiguration.Builder bucket​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        S3ExportConfiguration.Builder prefix​(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/

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • encryptionConfiguration

        S3ExportConfiguration.Builder encryptionConfiguration​(S3EncryptionConfiguration encryptionConfiguration)

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

        Parameters:
        encryptionConfiguration - The encryption settings that are used by a journal export job to write data in an Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.