public class InventoryServerSideEncryptionKMS extends Object implements Serializable
| Constructor and Description |
|---|
InventoryServerSideEncryptionKMS() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyId() |
void |
setKeyId(String keyId)
Sets the KMS key id to use to encrypt the inventory contents.
|
InventoryServerSideEncryptionKMS |
withKeyId(String keyId)
Sets the KMS key id to use to encrypt the inventory contents.
|
public String getKeyId()
public void setKeyId(String keyId)
keyId - The KMS key id.public InventoryServerSideEncryptionKMS withKeyId(String keyId)
keyId - The KMS key id.InventoryServerSideEncryptionKMS object itself.Copyright © 2023. All Rights Reserved.