@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerSideEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration containing information about the customer managed key used for encrypting customer data.
Constructor and Description |
---|
ServerSideEncryptionConfiguration() |
Modifier and Type | Method and Description |
---|---|
ServerSideEncryptionConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getKmsKeyId()
The identifier of the KMS key to use to encrypt data stored by Voice ID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setKmsKeyId(String kmsKeyId)
The identifier of the KMS key to use to encrypt data stored by Voice ID.
|
String |
toString()
Returns a string representation of this object.
|
ServerSideEncryptionConfiguration |
withKmsKeyId(String kmsKeyId)
The identifier of the KMS key to use to encrypt data stored by Voice ID.
|
public void setKmsKeyId(String kmsKeyId)
The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.
kmsKeyId
- The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support
asymmetric customer managed keys.public String getKmsKeyId()
The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.
public ServerSideEncryptionConfiguration withKmsKeyId(String kmsKeyId)
The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support asymmetric customer managed keys.
kmsKeyId
- The identifier of the KMS key to use to encrypt data stored by Voice ID. Voice ID doesn't support
asymmetric customer managed keys.public String toString()
toString
in class Object
Object.toString()
public ServerSideEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.