Class UpdateAwsDiskEncryptionParametersRequest
java.lang.Object
com.cloudera.cdp.environments.model.UpdateAwsDiskEncryptionParametersRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class UpdateAwsDiskEncryptionParametersRequest
extends Object
Request object for updating AWS encryption parameters.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for encryptionKeyArn.Getter for environment.int
hashCode()
void
setEncryptionKeyArn
(String encryptionKeyArn) Setter for encryptionKeyArn.void
setEnvironment
(String environment) Setter for environment.toString()
-
Constructor Details
-
UpdateAwsDiskEncryptionParametersRequest
public UpdateAwsDiskEncryptionParametersRequest()
-
-
Method Details
-
getEnvironment
Getter for environment. The name or CRN of the environment. -
setEnvironment
Setter for environment. The name or CRN of the environment. -
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
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. -
equals
-
hashCode
public int hashCode() -
toString
-