public static final class GenerateAndExportDataKeyResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GenerateAndExportDataKeyResponseBody |
build() |
GenerateAndExportDataKeyResponseBody.Builder |
ciphertextBlob(String ciphertextBlob)
The ciphertext of the data key encrypted by using the primary CMK version.
|
GenerateAndExportDataKeyResponseBody.Builder |
exportedDataKey(String exportedDataKey)
The data key encrypted by using the public key and then exported.
|
GenerateAndExportDataKeyResponseBody.Builder |
keyId(String keyId)
The globally unique ID of the CMK.
|
GenerateAndExportDataKeyResponseBody.Builder |
keyVersionId(String keyVersionId)
The ID of the CMK version that is used to encrypt the plaintext.
|
GenerateAndExportDataKeyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public GenerateAndExportDataKeyResponseBody.Builder ciphertextBlob(String ciphertextBlob)
public GenerateAndExportDataKeyResponseBody.Builder exportedDataKey(String exportedDataKey)
public GenerateAndExportDataKeyResponseBody.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 GenerateAndExportDataKeyResponseBody.Builder keyVersionId(String keyVersionId)
public GenerateAndExportDataKeyResponseBody.Builder requestId(String requestId)
public GenerateAndExportDataKeyResponseBody build()
Copyright © 2023. All rights reserved.