Interface AccountQuota.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AccountQuota.Builder,AccountQuota>, SdkBuilder<AccountQuota.Builder,AccountQuota>, SdkPojo
Enclosing class:
AccountQuota

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

    • 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

      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

      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.