public static interface ReEncryptResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
| Modifier and Type | Method and Description |
|---|---|
ReEncryptResponse.Builder |
ciphertextBlob(SdkBytes 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildReEncryptResponse.Builder ciphertextBlob(SdkBytes ciphertextBlob)
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded. Otherwise, it is not encoded.
ciphertextBlob - The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded.
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.