Class AwsDiskEncryptionParameters


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class AwsDiskEncryptionParameters
    extends Object
    Object containing details of encryption parameters for AWS cloud.
    • Constructor Detail

      • AwsDiskEncryptionParameters

        public AwsDiskEncryptionParameters()
    • Method Detail

      • getEncryptionKeyArn

        public String getEncryptionKeyArn()
        Getter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes.
      • setEncryptionKeyArn

        public void setEncryptionKeyArn​(String encryptionKeyArn)
        Setter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object