Interface AccountQuota.Builder

    • Method Detail

      • accountQuotaName

        AccountQuota.Builder accountQuotaName​(String accountQuotaName)

        The name of the Amazon RDS quota for this Amazon Web Services account.

        Parameters:
        accountQuotaName - The name of the Amazon RDS quota for this Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • used

        AccountQuota.Builder used​(Long used)

        The amount currently used toward the quota maximum.

        Parameters:
        used - The amount currently used toward the quota maximum.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        AccountQuota.Builder max​(Long max)

        The maximum allowed value for the quota.

        Parameters:
        max - The maximum allowed value for the quota.
        Returns:
        Returns a reference to this object so that method calls can be chained together.