public static interface SendDataPoint.Builder extends SdkPojo, CopyableBuilder<SendDataPoint.Builder,SendDataPoint>
Modifier and Type | Method and Description |
---|---|
SendDataPoint.Builder |
bounces(Long bounces)
Number of emails that have bounced.
|
SendDataPoint.Builder |
complaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
|
SendDataPoint.Builder |
deliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
|
SendDataPoint.Builder |
rejects(Long rejects)
Number of emails rejected by Amazon SES.
|
SendDataPoint.Builder |
timestamp(Instant timestamp)
Time of the data point.
|
copy
applyMutation, build
SendDataPoint.Builder timestamp(Instant timestamp)
Time of the data point.
timestamp
- Time of the data point.SendDataPoint.Builder deliveryAttempts(Long deliveryAttempts)
Number of emails that have been sent.
deliveryAttempts
- Number of emails that have been sent.SendDataPoint.Builder bounces(Long bounces)
Number of emails that have bounced.
bounces
- Number of emails that have bounced.SendDataPoint.Builder complaints(Long complaints)
Number of unwanted emails that were rejected by recipients.
complaints
- Number of unwanted emails that were rejected by recipients.SendDataPoint.Builder rejects(Long rejects)
Number of emails rejected by Amazon SES.
rejects
- Number of emails rejected by Amazon SES.Copyright © 2019. All rights reserved.