Class AwsDiskEncryptionParameters
java.lang.Object
com.cloudera.cdp.environments.model.AwsDiskEncryptionParameters
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class AwsDiskEncryptionParameters
extends Object
Object containing details of encryption parameters for AWS cloud.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for encryptionKeyArn.int
hashCode()
void
setEncryptionKeyArn
(String encryptionKeyArn) Setter for encryptionKeyArn.toString()
-
Constructor Details
-
AwsDiskEncryptionParameters
public AwsDiskEncryptionParameters()
-
-
Method Details
-
getEncryptionKeyArn
Getter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes. -
setEncryptionKeyArn
Setter for encryptionKeyArn. ARN of the CMK which is used to encrypt the AWS EBS volumes. -
equals
-
hashCode
public int hashCode() -
toString
-