public static interface ReEncryptResponse.Builder extends KMSResponse.Builder, CopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
| Modifier and Type | Method and Description |
|---|---|
ReEncryptResponse.Builder |
ciphertextBlob(ByteBuffer ciphertextBlob)
The reencrypted data.
|
ReEncryptResponse.Builder |
keyId(String keyId)
Unique identifier of the CMK used to reencrypt the data.
|
ReEncryptResponse.Builder |
sourceKeyId(String sourceKeyId)
Unique identifier of the CMK used to originally encrypt the data.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildReEncryptResponse.Builder ciphertextBlob(ByteBuffer ciphertextBlob)
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
ciphertextBlob - The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded.
Otherwise, it is not encoded.ReEncryptResponse.Builder sourceKeyId(String sourceKeyId)
Unique identifier of the CMK used to originally encrypt the data.
sourceKeyId - Unique identifier of the CMK used to originally encrypt the data.ReEncryptResponse.Builder keyId(String keyId)
Unique identifier of the CMK used to reencrypt the data.
keyId - Unique identifier of the CMK used to reencrypt the data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.