public static interface EmailChannelRequest.Builder extends SdkPojo, CopyableBuilder<EmailChannelRequest.Builder,EmailChannelRequest>
| Modifier and Type | Method and Description |
|---|---|
EmailChannelRequest.Builder |
configurationSet(String configurationSet)
The Amazon SES
configuration set that you want to apply to messages that you send through the channel.
|
EmailChannelRequest.Builder |
enabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
|
EmailChannelRequest.Builder |
fromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
|
EmailChannelRequest.Builder |
identity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that
you want to use when you send email through the channel.
|
EmailChannelRequest.Builder |
roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it
submits email-related event data for the channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEmailChannelRequest.Builder configurationSet(String configurationSet)
The Amazon SES configuration set that you want to apply to messages that you send through the channel.
configurationSet - The Amazon SES
configuration set that you want to apply to messages that you send through the channel.EmailChannelRequest.Builder enabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
enabled - Specifies whether to enable the email channel for the application.EmailChannelRequest.Builder fromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
fromAddress - The verified email address that you want to send email from when you send email through the channel.
EmailChannelRequest.Builder identity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
identity - The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
EmailChannelRequest.Builder roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
roleArn - The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
Copyright © 2021. All rights reserved.