@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)Marshalls this structured data using the given  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)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.