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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
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 Base64-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 Base64-encoded.