Class UpdateAwsDiskEncryptionParametersRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class UpdateAwsDiskEncryptionParametersRequest extends Object
Request object for updating AWS encryption parameters.
  • Constructor Details Link icon

    • UpdateAwsDiskEncryptionParametersRequest Link icon

      public UpdateAwsDiskEncryptionParametersRequest()
  • Method Details Link icon

    • getEnvironment Link icon

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

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

      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 Link icon

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

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

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

      public String toString()
      Overrides:
      toString in class Object