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, sdkHttpResponsecopyapplyMutation, buildGenerateRandomResponse.Builder plaintext(SdkBytes plaintext)
The random byte string. When you use the HTTP API or the AWS CLI, the value is Base64-encdoded. Otherwise, it is not encoded.
plaintext - The random byte string. 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.