public static interface SendQuota.Builder extends SdkPojo, CopyableBuilder<SendQuota.Builder,SendQuota>
Modifier and Type | Method and Description |
---|---|
SendQuota.Builder |
max24HourSend(Double max24HourSend)
The maximum number of emails that you can send in the current AWS Region over a 24-hour period.
|
SendQuota.Builder |
maxSendRate(Double maxSendRate)
The maximum number of emails that you can send per second in the current AWS Region.
|
SendQuota.Builder |
sentLast24Hours(Double sentLast24Hours)
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SendQuota.Builder max24HourSend(Double max24HourSend)
The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.
max24HourSend
- The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This
value is also called your sending quota.SendQuota.Builder maxSendRate(Double maxSendRate)
The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
maxSendRate
- The maximum number of emails that you can send per second in the current AWS Region. This value is
also called your maximum sending rate or your maximum TPS (transactions per second)
rate.SendQuota.Builder sentLast24Hours(Double sentLast24Hours)
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.
sentLast24Hours
- The number of emails sent from your Amazon SES account in the current AWS Region over the past 24
hours.Copyright © 2021. All rights reserved.