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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ReEncryptResponse.Builder ciphertextBlob(SdkBytes ciphertextBlob)
The reencrypted data. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.
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 © 2019. All rights reserved.