Interface S3Configuration.Builder

  • Method Details

    • uri

      The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.

      Parameters:
      uri - The URI of the Amazon S3 object. This URI specifies the location of the object in Amazon S3.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketOwnerAccountId

      S3Configuration.Builder bucketOwnerAccountId(String bucketOwnerAccountId)

      The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.

      Parameters:
      bucketOwnerAccountId - The account ID of the Amazon S3 bucket owner. This ID is used for cross-account access to the bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.