Interface GetSendQuotaResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>, SdkBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>, SdkPojo, SdkResponse.Builder, SesResponse.Builder
Enclosing class:
GetSendQuotaResponse

public static interface GetSendQuotaResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<GetSendQuotaResponse.Builder,GetSendQuotaResponse>
  • Method Details

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