public static final class GenerateDataKeyWithoutPlaintextResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GenerateDataKeyWithoutPlaintextResponseBody |
build() |
GenerateDataKeyWithoutPlaintextResponseBody.Builder |
ciphertextBlob(String ciphertextBlob)
The ciphertext of the data that is encrypted by using the primary CMK version.
|
GenerateDataKeyWithoutPlaintextResponseBody.Builder |
keyId(String keyId)
The globally unique ID of the CMK.
|
GenerateDataKeyWithoutPlaintextResponseBody.Builder |
keyVersionId(String keyVersionId)
The ID of the key version that is used to encrypt the plaintext.
|
GenerateDataKeyWithoutPlaintextResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public GenerateDataKeyWithoutPlaintextResponseBody.Builder ciphertextBlob(String ciphertextBlob)
public GenerateDataKeyWithoutPlaintextResponseBody.Builder keyId(String keyId)
> If you set the KeyId parameter to an alias, the ID of the CMK to which the alias is bound is returned.
public GenerateDataKeyWithoutPlaintextResponseBody.Builder keyVersionId(String keyVersionId)
public GenerateDataKeyWithoutPlaintextResponseBody.Builder requestId(String requestId)
public GenerateDataKeyWithoutPlaintextResponseBody build()
Copyright © 2023. All rights reserved.