Class KMSEncryptionConfig

    • Constructor Detail

      • KMSEncryptionConfig

        public KMSEncryptionConfig()
    • Method Detail

      • setAWSKMSKeyARN

        public void setAWSKMSKeyARN​(String aWSKMSKeyARN)

        The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.

        Parameters:
        aWSKMSKeyARN - The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
      • getAWSKMSKeyARN

        public String getAWSKMSKeyARN()

        The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.

        Returns:
        The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
      • withAWSKMSKeyARN

        public KMSEncryptionConfig withAWSKMSKeyARN​(String aWSKMSKeyARN)

        The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.

        Parameters:
        aWSKMSKeyARN - The ARN of the encryption key. Must belong to the same region as the destination Amazon S3 bucket.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object