public static interface NotificationOptions.Builder extends CopyableBuilder<NotificationOptions.Builder,NotificationOptions>
| Modifier and Type | Method and Description | 
|---|---|
NotificationOptions.Builder | 
emailMessage(String emailMessage)
 Text value to be included in the email body. 
 | 
NotificationOptions.Builder | 
sendEmail(Boolean sendEmail)
 Boolean value to indicate an email notification should be sent to the receipients. 
 | 
copyapplyMutation, buildNotificationOptions.Builder sendEmail(Boolean sendEmail)
Boolean value to indicate an email notification should be sent to the receipients.
sendEmail - Boolean value to indicate an email notification should be sent to the receipients.NotificationOptions.Builder emailMessage(String emailMessage)
Text value to be included in the email body.
emailMessage - Text value to be included in the email body.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.