public static interface EmailConfigurationType.Builder extends CopyableBuilder<EmailConfigurationType.Builder,EmailConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
EmailConfigurationType.Builder |
replyToEmailAddress(String replyToEmailAddress)
The REPLY-TO email address.
|
EmailConfigurationType.Builder |
sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
|
copyapply, buildEmailConfigurationType.Builder sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the email source.
sourceArn - The Amazon Resource Name (ARN) of the email source.EmailConfigurationType.Builder replyToEmailAddress(String replyToEmailAddress)
The REPLY-TO email address.
replyToEmailAddress - The REPLY-TO email address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.