public static interface GenerateRandomResponse.Builder extends KmsResponse.Builder, CopyableBuilder<GenerateRandomResponse.Builder,GenerateRandomResponse>
Modifier and Type | Method and Description |
---|---|
GenerateRandomResponse.Builder |
plaintext(SdkBytes plaintext)
The random byte string.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GenerateRandomResponse.Builder plaintext(SdkBytes 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.
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.