Class AwsDiskEncryptionParameters
- java.lang.Object
-
- com.cloudera.cdp.environments.model.AwsDiskEncryptionParameters
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class AwsDiskEncryptionParameters extends Object
Object containing details of encryption parameters for AWS cloud.
-
-
Constructor Summary
Constructors Constructor Description AwsDiskEncryptionParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEncryptionKeyArn()
Getter for encryptionKeyArn.int
hashCode()
void
setEncryptionKeyArn(String encryptionKeyArn)
Setter for encryptionKeyArn.String
toString()
-
-
-
Method Detail
-
getEncryptionKeyArn
public String getEncryptionKeyArn()
Getter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes.
-
setEncryptionKeyArn
public void setEncryptionKeyArn(String encryptionKeyArn)
Setter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes.
-
-