CopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
, SdkBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
public static interface ReEncryptResponse.Builder extends CopyableBuilder<ReEncryptResponse.Builder,ReEncryptResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
ReEncryptResponse.Builder ciphertextBlob(ByteBuffer ciphertextBlob)
The reencrypted data.
ciphertextBlob
- The reencrypted data.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.