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