public class EncryptionConfiguration extends Object implements Serializable, Cloneable
| Constructor and Description | 
|---|
EncryptionConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
EncryptionConfiguration | 
clone()  | 
boolean | 
equals(Object obj)  | 
String | 
getReplicaKmsKeyID()  | 
int | 
hashCode()  | 
void | 
setReplicaKmsKeyID(String replicaKmsKeyID)
Sets the id of the KMS key used to encrypt the replica object 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and debugging. 
 | 
EncryptionConfiguration | 
withReplicaKmsKeyID(String replicaKmsKeyID)
Sets the id of the KMS key used to encrypt the replica object 
 | 
public String getReplicaKmsKeyID()
public void setReplicaKmsKeyID(String replicaKmsKeyID)
replicaKmsKeyID - New KMS key id.public EncryptionConfiguration withReplicaKmsKeyID(String replicaKmsKeyID)
replicaKmsKeyID - New KMS key id.public String toString()
toString in class ObjectObject.toString()public EncryptionConfiguration clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.