@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EncryptionAtRest extends Object implements Serializable, Cloneable, StructuredPojo
The data-volume encryption details.
| Constructor and Description |
|---|
EncryptionAtRest() |
| Modifier and Type | Method and Description |
|---|---|
EncryptionAtRest |
clone() |
boolean |
equals(Object obj) |
String |
getDataVolumeKMSKeyId()
The ARN of the AWS KMS key for encrypting data at rest.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest.
|
String |
toString()
Returns a string representation of this object.
|
EncryptionAtRest |
withDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest.
|
public void setDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
dataVolumeKMSKeyId - The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
public String getDataVolumeKMSKeyId()
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
public EncryptionAtRest withDataVolumeKMSKeyId(String dataVolumeKMSKeyId)
The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
dataVolumeKMSKeyId - The ARN of the AWS KMS key for encrypting data at rest. If you don't specify a KMS key, MSK creates one for you and uses it.
public String toString()
toString in class ObjectObject.toString()public EncryptionAtRest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.