CopyableBuilder<DecryptResponse.Builder,DecryptResponse>
, SdkBuilder<DecryptResponse.Builder,DecryptResponse>
public static interface DecryptResponse.Builder extends CopyableBuilder<DecryptResponse.Builder,DecryptResponse>
Modifier and Type | Method | Description |
---|---|---|
DecryptResponse.Builder |
keyId(String keyId) |
ARN of the key used to perform the decryption.
|
DecryptResponse.Builder |
plaintext(ByteBuffer plaintext) |
Decrypted plaintext data.
|
copy
apply, 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(ByteBuffer plaintext)
Decrypted plaintext data. This value may not be returned if the customer master key is not available or if you didn't have permission to use it.
plaintext
- Decrypted plaintext data. This value may not be returned if the customer master key is not available
or if you didn't have permission to use it.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.