public static interface DecryptResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<DecryptResponse.Builder,DecryptResponse>
Modifier and Type | Method and Description |
---|---|
DecryptResponse.Builder |
keyId(String keyId)
ARN of the key used to perform the decryption.
|
DecryptResponse.Builder |
plaintext(SdkBytes plaintext)
Decrypted plaintext data.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DecryptResponse.Builder keyId(String keyId)
ARN of the key used to perform the decryption. This value is returned if no errors are encountered during the operation.
keyId
- ARN of the key used to perform the decryption. This value is returned if no errors are encountered
during the operation.DecryptResponse.Builder plaintext(SdkBytes plaintext)
Decrypted plaintext data. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded. Otherwise, it is not encoded.
plaintext
- Decrypted plaintext data. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded.
Otherwise, it is not encoded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.