Interface SendQuota.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SendQuota.Builder,SendQuota>,SdkBuilder<SendQuota.Builder,SendQuota>,SdkPojo
- Enclosing class:
- SendQuota
public static interface SendQuota.Builder extends SdkPojo, CopyableBuilder<SendQuota.Builder,SendQuota>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendQuota.Buildermax24HourSend(Double max24HourSend)The maximum number of emails that you can send in the current AWS Region over a 24-hour period.SendQuota.BuildermaxSendRate(Double maxSendRate)The maximum number of emails that you can send per second in the current AWS Region.SendQuota.BuildersentLast24Hours(Double sentLast24Hours)The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
max24HourSend
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxSendRate
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sentLast24Hours
SendQuota.Builder sentLast24Hours(Double sentLast24Hours)
The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.
- Parameters:
sentLast24Hours- The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-