Package com.cloudera.cdp.df.model
Class EncryptionParameters
java.lang.Object
com.cloudera.cdp.df.model.EncryptionParameters
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.348-07:00")
public class EncryptionParameters
extends Object
The encryption parameters used by the DataFlow service for K8s secret encryption and EBS volume encryption.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for encryptionKeyArn.Getter for encryptionStrategy.int
hashCode()
void
setEncryptionKeyArn
(String encryptionKeyArn) Setter for encryptionKeyArn.void
setEncryptionStrategy
(String encryptionStrategy) Setter for encryptionStrategy.toString()
-
Constructor Details
-
EncryptionParameters
public EncryptionParameters()
-
-
Method Details
-
getEncryptionStrategy
Getter for encryptionStrategy. The encryption strategy used by the DataFlow service. -
setEncryptionStrategy
Setter for encryptionStrategy. The encryption strategy used by the DataFlow service. -
getEncryptionKeyArn
Getter for encryptionKeyArn. The AWS KMS key ARN used for encryption of Kubernetes secrets and EBS volumes. -
setEncryptionKeyArn
Setter for encryptionKeyArn. The AWS KMS key ARN used for encryption of Kubernetes secrets and EBS volumes. -
equals
-
hashCode
public int hashCode() -
toString
-