public class SSEDetails extends Object implements Jsonizable
| 构造器和说明 |
|---|
SSEDetails() |
SSEDetails(boolean enable,
SSEKeyType keyType,
byte[] keyId,
byte[] roleArn) |
SSEDetails(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getKeyId()
Get the ID of the main key in KMS
|
SSEKeyType |
getKeyType()
Get the type of server-side encryption key
|
String |
getRoleArn()
Get the global resource descriptor for the temporary access KMS user master key authorization of Tablestore.
|
boolean |
isEnable()
Get whether server-side encryption is enabled
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setEnable(boolean enable) |
void |
setKeyId(byte[] keyId) |
void |
setKeyId(String keyId) |
void |
setKeyType(SSEKeyType keyType) |
void |
setRoleArn(byte[] roleArn) |
void |
setRoleArn(String roleArn) |
String |
toString() |
public SSEDetails()
public SSEDetails(boolean enable,
SSEKeyType keyType,
String keyId,
String roleArn)
public SSEDetails(boolean enable,
SSEKeyType keyType,
byte[] keyId,
byte[] roleArn)
public boolean isEnable()
public void setEnable(boolean enable)
public SSEKeyType getKeyType()
public void setKeyType(SSEKeyType keyType)
public String getKeyId()
public void setKeyId(String keyId)
public void setKeyId(byte[] keyId)
public String getRoleArn()
public void setRoleArn(String roleArn)
public void setRoleArn(byte[] roleArn)
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.