public static final class ExportDataKeyResponseBody.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
ExportDataKeyResponseBody |
build() |
ExportDataKeyResponseBody.Builder |
exportedDataKey(String exportedDataKey)
The data key encrypted by using the public key and then exported.
|
ExportDataKeyResponseBody.Builder |
keyId(String keyId)
The ID of the CMK that is used to decrypt the specified ciphertext of the data key.
|
ExportDataKeyResponseBody.Builder |
keyVersionId(String keyVersionId)
The ID of the CMK version that is used to decrypt the specified ciphertext of the data key.
|
ExportDataKeyResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
public ExportDataKeyResponseBody.Builder exportedDataKey(String exportedDataKey)
public ExportDataKeyResponseBody.Builder keyId(String keyId)
This parameter is the globally unique ID of the CMK.
public ExportDataKeyResponseBody.Builder keyVersionId(String keyVersionId)
public ExportDataKeyResponseBody.Builder requestId(String requestId)
public ExportDataKeyResponseBody build()
Copyright © 2023. All rights reserved.