Class VolumeEncryptionRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class VolumeEncryptionRequest
    extends Object
    Configurations for volume encryption.
    • Constructor Detail

      • VolumeEncryptionRequest

        public VolumeEncryptionRequest()
    • Method Detail

      • getEnableEncryption

        public Boolean getEnableEncryption()
        Getter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false.
      • setEnableEncryption

        public void setEnableEncryption​(Boolean enableEncryption)
        Setter for enableEncryption. Enable encyrption for all volumes in the instance group. Default is false.
      • getEncryptionKey

        public String getEncryptionKey()
        Getter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used.
      • setEncryptionKey

        public void setEncryptionKey​(String encryptionKey)
        Setter for encryptionKey. The ARN of the encryption key to use. If nothing is specified, the default key will be used.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object