Interface S3Object.Builder

    • Method Detail

      • bucket

        S3Object.Builder bucket​(String bucket)

        The name of the specific S3 bucket.

        Parameters:
        bucket - The name of the specific S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        S3Object.Builder key​(String key)

        The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.

        Parameters:
        key - The Amazon Web Services Key Management Service (KMS key) key being used to encrypt the S3 object. Without this key, data in the bucket is not accessible.
        Returns:
        Returns a reference to this object so that method calls can be chained together.