CopyableBuilder<SendDataPoint.Builder,SendDataPoint>, SdkBuilder<SendDataPoint.Builder,SendDataPoint>public static interface SendDataPoint.Builder extends CopyableBuilder<SendDataPoint.Builder,SendDataPoint>
| Modifier and Type | Method | 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(Date timestamp) |
Time of the data point.
|
copyapply, buildSendDataPoint.Builder timestamp(Date 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.