public static interface GenerateRandomResponse.Builder extends KmsResponse.Builder, SdkPojo, CopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>
| Modifier and Type | Method and Description |
|---|---|
GenerateRandomResponse.Builder |
plaintext(SdkBytes plaintext)
The random byte string.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGenerateRandomResponse.Builder plaintext(SdkBytes plaintext)
The random byte string. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.
plaintext - The random byte string. When you use the HTTP API or the Amazon Web Services CLI, the value is
Base64-encoded. Otherwise, it is not Base64-encoded.Copyright © 2022. All rights reserved.