public static interface GenerateRandomResponse.Builder extends KMSResponse.Builder, CopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>
| Modifier and Type | Method and Description |
|---|---|
GenerateRandomResponse.Builder |
plaintext(ByteBuffer plaintext)
The random byte string.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGenerateRandomResponse.Builder plaintext(ByteBuffer plaintext)
The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.
To preserve immutability, the remaining bytes in the provided buffer will be copied into a new buffer when set.
plaintext - The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encoded.
Otherwise, it is not encoded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.