public static interface CampaignEmailMessage.Builder extends CopyableBuilder<CampaignEmailMessage.Builder,CampaignEmailMessage>
| Modifier and Type | Method and Description | 
|---|---|
| CampaignEmailMessage.Builder | body(String body)The email text body. | 
| CampaignEmailMessage.Builder | fromAddress(String fromAddress)The email address used to send the email from. | 
| CampaignEmailMessage.Builder | htmlBody(String htmlBody)The email html body. | 
| CampaignEmailMessage.Builder | title(String title)The email title (Or subject). | 
copyapplyMutation, buildCampaignEmailMessage.Builder body(String body)
body - The email text body.CampaignEmailMessage.Builder fromAddress(String fromAddress)
fromAddress - The email address used to send the email from. Defaults to use FromAddress specified in the Email
        Channel.CampaignEmailMessage.Builder htmlBody(String htmlBody)
htmlBody - The email html body.CampaignEmailMessage.Builder title(String title)
title - The email title (Or subject).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.