@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ServerSideEncryptionConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt data indexed by Amazon Kendra. Amazon Kendra doesn't support asymmetric CMKs.
| Constructor and Description | 
|---|
| ServerSideEncryptionConfiguration() | 
| Modifier and Type | Method and Description | 
|---|---|
| ServerSideEncryptionConfiguration | clone() | 
| boolean | equals(Object obj) | 
| String | getKmsKeyId()
 The identifier of the AWS KMS customer master key (CMK). | 
| int | hashCode() | 
| void | marshall(ProtocolMarshaller protocolMarshaller)Marshalls this structured data using the given  ProtocolMarshaller. | 
| void | setKmsKeyId(String kmsKeyId)
 The identifier of the AWS KMS customer master key (CMK). | 
| String | toString()Returns a string representation of this object. | 
| ServerSideEncryptionConfiguration | withKmsKeyId(String kmsKeyId)
 The identifier of the AWS KMS customer master key (CMK). | 
public void setKmsKeyId(String kmsKeyId)
The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
kmsKeyId - The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.public String getKmsKeyId()
The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
public ServerSideEncryptionConfiguration withKmsKeyId(String kmsKeyId)
The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.
kmsKeyId - The identifier of the AWS KMS customer master key (CMK). Amazon Kendra doesn't support asymmetric CMKs.public String toString()
toString in class ObjectObject.toString()public ServerSideEncryptionConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.