Interface SendQuota.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SendQuota.Builder,SendQuota>,SdkBuilder<SendQuota.Builder,SendQuota>,SdkPojo
- Enclosing class:
- SendQuota
@Mutable @NotThreadSafe 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 Amazon Web Services Region over a 24-hour period.SendQuota.BuildermaxSendRate(Double maxSendRate)The maximum number of emails that you can send per second in the current Amazon Web Services Region.SendQuota.BuildersentLast24Hours(Double sentLast24Hours)The number of emails sent from your Amazon SES account in the current Amazon Web Services 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
max24HourSend
SendQuota.Builder max24HourSend(Double max24HourSend)
The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as your sending quota.)
- Parameters:
max24HourSend- The maximum number of emails that you can send in the current Amazon Web Services Region over a 24-hour period. A value of -1 signifies an unlimited quota. (This value is also referred to as 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 Amazon Web Services 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 Amazon Web Services 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 SES account in the current Amazon Web Services Region over the past 24 hours.
- Parameters:
sentLast24Hours- The number of emails sent from your Amazon SES account in the current Amazon Web Services Region over the past 24 hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-