public class SseKmsHeader extends Object
Constructor and Description |
---|
SseKmsHeader() |
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Deprecated.
|
ServerEncryption |
getEncryption()
Deprecated.
|
String |
getKmsKeyId()
Obtain the master key used in the SSE-KMS mode.
|
String |
getProjectId()
Obtain the project ID.
|
SSEAlgorithmEnum |
getSSEAlgorithm()
Obtain the encryption algorithm type.
|
void |
setContext(String context)
Deprecated.
|
void |
setEncryption(ServerEncryption encryption)
Deprecated.
|
void |
setKmsKeyId(String kmsKeyId)
Set the master key used in the SSE-KMS mode.
|
void |
setProjectId(String projectId)
Set the project ID.
|
String |
toString() |
public String getProjectId()
public void setProjectId(String projectId)
projectId
- Project ID@Deprecated public ServerEncryption getEncryption()
@Deprecated public void setEncryption(ServerEncryption encryption)
encryption
- Encryption algorithm typepublic SSEAlgorithmEnum getSSEAlgorithm()
public String getKmsKeyId()
public void setKmsKeyId(String kmsKeyId)
kmsKeyId
- Master key used in the SSE-KMS mode@Deprecated public String getContext()
@Deprecated public void setContext(String context)
Copyright © 2019. All rights reserved.