Class UpdateAwsDiskEncryptionParametersRequest


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

      • UpdateAwsDiskEncryptionParametersRequest

        public UpdateAwsDiskEncryptionParametersRequest()
    • Method Detail

      • getEnvironment

        public String getEnvironment()
        Getter for environment. The name or CRN of the environment.
      • setEnvironment

        public void setEnvironment​(String environment)
        Setter for environment. The name or CRN of the environment.
      • getEncryptionKeyArn

        public String getEncryptionKeyArn()
        Getter for encryptionKeyArn. The ARN of an encryption key, which will be used to encrypt the AWS EBS volumes, if the entitlement has been granted.
      • setEncryptionKeyArn

        public void setEncryptionKeyArn​(String encryptionKeyArn)
        Setter for encryptionKeyArn. The ARN of an encryption key, which will be used to encrypt the AWS EBS volumes, if the entitlement has been granted.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object