public static interface RawEmail.Builder extends SdkPojo, CopyableBuilder<RawEmail.Builder,RawEmail>
Modifier and Type | Method and Description |
---|---|
RawEmail.Builder |
data(SdkBytes data)
The raw email message itself.
|
copy
applyMutation, build
RawEmail.Builder data(SdkBytes data)
data
- The raw email message itself. Then entire message must be base64-encoded.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.