Class EncryptionParameters

java.lang.Object
com.cloudera.cdp.df.model.EncryptionParameters

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:19.082-07:00") public class EncryptionParameters extends Object
The encryption parameters used by the DataFlow service for K8s secret encryption and EBS volume encryption.
  • Constructor Details

    • EncryptionParameters

      public EncryptionParameters()
  • Method Details

    • getEncryptionStrategy

      public String getEncryptionStrategy()
      Getter for encryptionStrategy. The encryption strategy used by the DataFlow service.
    • setEncryptionStrategy

      public void setEncryptionStrategy(String encryptionStrategy)
      Setter for encryptionStrategy. The encryption strategy used by the DataFlow service.
    • getEncryptionKeyArn

      public String getEncryptionKeyArn()
      Getter for encryptionKeyArn. The AWS KMS key ARN used for encryption of Kubernetes secrets and EBS volumes.
    • setEncryptionKeyArn

      public void setEncryptionKeyArn(String encryptionKeyArn)
      Setter for encryptionKeyArn. The AWS KMS key ARN used for encryption of Kubernetes secrets and 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