Class UpdateAwsDiskEncryptionParametersRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.UpdateAwsDiskEncryptionParametersRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class UpdateAwsDiskEncryptionParametersRequest extends Object
Request object for updating AWS encryption parameters.
-
-
Constructor Summary
Constructors Constructor Description UpdateAwsDiskEncryptionParametersRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEncryptionKeyArn()
Getter for encryptionKeyArn.String
getEnvironment()
Getter for environment.int
hashCode()
void
setEncryptionKeyArn(String encryptionKeyArn)
Setter for encryptionKeyArn.void
setEnvironment(String environment)
Setter for environment.String
toString()
-
-
-
Method Detail
-
getEnvironment
public String getEnvironment()
Getter for environment. The name or CRN of the environment.
-
setEnvironment
public void setEnvironment(String environment)
Setter for environment. The name or CRN of the environment.
-
getEncryptionKeyArn
public String getEncryptionKeyArn()
Getter for encryptionKeyArn. The ARN of an encryption key, which will be used to encrypt the AWS EBS volumes, if the entitlement has been granted.
-
setEncryptionKeyArn
public void setEncryptionKeyArn(String encryptionKeyArn)
Setter for encryptionKeyArn. The ARN of an encryption key, which will be used to encrypt the AWS EBS volumes, if the entitlement has been granted.
-
-