Class AwsDiskEncryptionParameters

java.lang.Object
com.cloudera.cdp.environments.model.AwsDiskEncryptionParameters

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:26.724-07:00") public class AwsDiskEncryptionParameters extends Object
Object containing details of encryption parameters for AWS cloud.
  • Constructor Details

    • AwsDiskEncryptionParameters

      public AwsDiskEncryptionParameters()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object