public static interface EmailChannelRequest.Builder extends SdkPojo, CopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
Modifier and Type | Method and Description |
---|---|
EmailChannelRequest.Builder |
configurationSet(String configurationSet)
The configuration set that you want to use when you send email using the Pinpoint Email API.
|
EmailChannelRequest.Builder |
enabled(Boolean enabled)
If the channel is enabled for sending messages.
|
EmailChannelRequest.Builder |
fromAddress(String fromAddress)
The email address used to send emails from.
|
EmailChannelRequest.Builder |
identity(String identity)
The ARN of an identity verified with SES.
|
EmailChannelRequest.Builder |
roleArn(String roleArn)
The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion service
|
copy
applyMutation, build
EmailChannelRequest.Builder configurationSet(String configurationSet)
configurationSet
- The configuration set that you want to use when you send email using the Pinpoint Email API.EmailChannelRequest.Builder enabled(Boolean enabled)
enabled
- If the channel is enabled for sending messages.EmailChannelRequest.Builder fromAddress(String fromAddress)
fromAddress
- The email address used to send emails from.EmailChannelRequest.Builder identity(String identity)
identity
- The ARN of an identity verified with SES.EmailChannelRequest.Builder roleArn(String roleArn)
roleArn
- The ARN of an IAM Role used to submit events to Mobile Analytics' event ingestion serviceCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.