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 Details

    • 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.