public static interface EncryptResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<EncryptResponse.Builder,EncryptResponse>
| Modifier and Type | Method and Description |
|---|---|
EncryptResponse.Builder |
ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted plaintext.
|
EncryptResponse.Builder |
keyId(String keyId)
The ID of the key used during encryption.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildEncryptResponse.Builder ciphertextBlob(SdkBytes ciphertextBlob)
The encrypted plaintext. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded. Otherwise, it is not encoded.
ciphertextBlob - The encrypted plaintext. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded.
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.