public static interface DomainDeliverabilityCampaign.Builder extends SdkPojo, CopyableBuilder<DomainDeliverabilityCampaign.Builder,DomainDeliverabilityCampaign>
| Modifier and Type | Method and Description |
|---|---|
DomainDeliverabilityCampaign.Builder |
campaignId(String campaignId)
The unique identifier for the campaign.
|
DomainDeliverabilityCampaign.Builder |
deleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first.
|
DomainDeliverabilityCampaign.Builder |
esps(Collection<String> esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign.Builder |
esps(String... esps)
The major email providers who handled the email message.
|
DomainDeliverabilityCampaign.Builder |
firstSeenDateTime(Instant firstSeenDateTime)
The first time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign.Builder |
fromAddress(String fromAddress)
The verified email address that the email message was sent from.
|
DomainDeliverabilityCampaign.Builder |
imageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
|
DomainDeliverabilityCampaign.Builder |
inboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
|
DomainDeliverabilityCampaign.Builder |
lastSeenDateTime(Instant lastSeenDateTime)
The last time, in Unix time format, when the email message was delivered to any recipient's inbox.
|
DomainDeliverabilityCampaign.Builder |
projectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
|
DomainDeliverabilityCampaign.Builder |
readDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients.
|
DomainDeliverabilityCampaign.Builder |
readRate(Double readRate)
The percentage of email messages that were opened by recipients.
|
DomainDeliverabilityCampaign.Builder |
sendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign.Builder |
sendingIps(String... sendingIps)
The IP addresses that were used to send the email message.
|
DomainDeliverabilityCampaign.Builder |
spamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
|
DomainDeliverabilityCampaign.Builder |
subject(String subject)
The subject line, or title, of the email message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainDeliverabilityCampaign.Builder campaignId(String campaignId)
The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon Pinpoint console.
campaignId - The unique identifier for the campaign. Amazon Pinpoint automatically generates and assigns this
identifier to a campaign. This value is not the same as the campaign identifier that Amazon Pinpoint
assigns to campaigns that you create and manage by using the Amazon Pinpoint API or the Amazon
Pinpoint console.DomainDeliverabilityCampaign.Builder imageUrl(String imageUrl)
The URL of an image that contains a snapshot of the email message that was sent.
imageUrl - The URL of an image that contains a snapshot of the email message that was sent.DomainDeliverabilityCampaign.Builder subject(String subject)
The subject line, or title, of the email message.
subject - The subject line, or title, of the email message.DomainDeliverabilityCampaign.Builder fromAddress(String fromAddress)
The verified email address that the email message was sent from.
fromAddress - The verified email address that the email message was sent from.DomainDeliverabilityCampaign.Builder sendingIps(Collection<String> sendingIps)
The IP addresses that were used to send the email message.
sendingIps - The IP addresses that were used to send the email message.DomainDeliverabilityCampaign.Builder sendingIps(String... sendingIps)
The IP addresses that were used to send the email message.
sendingIps - The IP addresses that were used to send the email message.DomainDeliverabilityCampaign.Builder firstSeenDateTime(Instant firstSeenDateTime)
The first time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
firstSeenDateTime - The first time, in Unix time format, when the email message was delivered to any recipient's inbox.
This value can help you determine how long it took for a campaign to deliver an email message.DomainDeliverabilityCampaign.Builder lastSeenDateTime(Instant lastSeenDateTime)
The last time, in Unix time format, when the email message was delivered to any recipient's inbox. This value can help you determine how long it took for a campaign to deliver an email message.
lastSeenDateTime - The last time, in Unix time format, when the email message was delivered to any recipient's inbox.
This value can help you determine how long it took for a campaign to deliver an email message.DomainDeliverabilityCampaign.Builder inboxCount(Long inboxCount)
The number of email messages that were delivered to recipients’ inboxes.
inboxCount - The number of email messages that were delivered to recipients’ inboxes.DomainDeliverabilityCampaign.Builder spamCount(Long spamCount)
The number of email messages that were delivered to recipients' spam or junk mail folders.
spamCount - The number of email messages that were delivered to recipients' spam or junk mail folders.DomainDeliverabilityCampaign.Builder readRate(Double readRate)
The percentage of email messages that were opened by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readRate - The percentage of email messages that were opened by recipients. Due to technical limitations, this
value only includes recipients who opened the message by using an email client that supports images.DomainDeliverabilityCampaign.Builder deleteRate(Double deleteRate)
The percentage of email messages that were deleted by recipients, without being opened first. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
deleteRate - The percentage of email messages that were deleted by recipients, without being opened first. Due to
technical limitations, this value only includes recipients who opened the message by using an email
client that supports images.DomainDeliverabilityCampaign.Builder readDeleteRate(Double readDeleteRate)
The percentage of email messages that were opened and then deleted by recipients. Due to technical limitations, this value only includes recipients who opened the message by using an email client that supports images.
readDeleteRate - The percentage of email messages that were opened and then deleted by recipients. Due to technical
limitations, this value only includes recipients who opened the message by using an email client that
supports images.DomainDeliverabilityCampaign.Builder projectedVolume(Long projectedVolume)
The projected number of recipients that the email message was sent to.
projectedVolume - The projected number of recipients that the email message was sent to.DomainDeliverabilityCampaign.Builder esps(Collection<String> esps)
The major email providers who handled the email message.
esps - The major email providers who handled the email message.DomainDeliverabilityCampaign.Builder esps(String... esps)
The major email providers who handled the email message.
esps - The major email providers who handled the email message.Copyright © 2022. All rights reserved.