Interface GetSendQuotaResponse.Builder

    • Method Detail

      • max24HourSend

        GetSendQuotaResponse.Builder max24HourSend​(Double max24HourSend)

        The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

        Parameters:
        max24HourSend - The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxSendRate

        GetSendQuotaResponse.Builder maxSendRate​(Double maxSendRate)

        The maximum number of emails that Amazon SES can accept from the user's account per second.

        The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

        Parameters:
        maxSendRate - The maximum number of emails that Amazon SES can accept from the user's account per second.

        The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sentLast24Hours

        GetSendQuotaResponse.Builder sentLast24Hours​(Double sentLast24Hours)

        The number of emails sent during the previous 24 hours.

        Parameters:
        sentLast24Hours - The number of emails sent during the previous 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.