CopyableBuilder<EncryptResponse.Builder,EncryptResponse>
, SdkBuilder<EncryptResponse.Builder,EncryptResponse>
public static interface EncryptResponse.Builder extends CopyableBuilder<EncryptResponse.Builder,EncryptResponse>
Modifier and Type | Method | Description |
---|---|---|
EncryptResponse.Builder |
ciphertextBlob(ByteBuffer ciphertextBlob) |
The encrypted plaintext.
|
EncryptResponse.Builder |
keyId(String keyId) |
The ID of the key used during encryption.
|
copy
apply, build
EncryptResponse.Builder ciphertextBlob(ByteBuffer ciphertextBlob)
The encrypted plaintext. If you are using the CLI, the value is Base64 encoded. Otherwise, it is not encoded.
ciphertextBlob
- The encrypted plaintext. If you are using the CLI, the value is Base64 encoded. Otherwise, it is not
encoded.EncryptResponse.Builder keyId(String keyId)
The ID of the key used during encryption.
keyId
- The ID of the key used during encryption.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.