EmailChannelResponse.Builder |
EmailChannelResponse.Builder.applicationId(String applicationId) |
The unique identifier for the application that the email channel applies to.
|
static EmailChannelResponse.Builder |
EmailChannelResponse.builder() |
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.configurationSet(String configurationSet) |
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.creationDate(String creationDate) |
The date and time, in ISO 8601 format, when the email channel was enabled.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.enabled(Boolean enabled) |
Specifies whether the email channel is enabled for the application.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.fromAddress(String fromAddress) |
The verified email address that email is sent from when you send email through the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.hasCredential(Boolean hasCredential) |
(Not used) This property is retained only for backward compatibility.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.id(String id) |
(Deprecated) An identifier for the email channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.identity(String identity) |
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES),
that's used when you send email through the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.isArchived(Boolean isArchived) |
Specifies whether the email channel is archived.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.lastModifiedBy(String lastModifiedBy) |
The user who last modified the email channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.lastModifiedDate(String lastModifiedDate) |
The date and time, in ISO 8601 format, when the email channel was last modified.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.messagesPerSecond(Integer messagesPerSecond) |
The maximum number of emails that can be sent through the channel each second.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.orchestrationSendingRoleArn(String orchestrationSendingRoleArn) |
The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through
Amazon SES.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.platform(String platform) |
The type of messaging or notification platform for the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.roleArn(String roleArn) |
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit
email-related event data for the channel.
|
EmailChannelResponse.Builder |
EmailChannelResponse.toBuilder() |
|
EmailChannelResponse.Builder |
EmailChannelResponse.Builder.version(Integer version) |
The current version of the email channel.
|