Interface AccountAttribute.Builder

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

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

    • name

      The attribute name. The following are supported attribute names.

      • ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.

      • ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.

      Parameters:
      name - The attribute name. The following are supported attribute names.

      • ServerLimit: The number of current servers/maximum number of servers allowed. By default, you can have a maximum of 10 servers.

      • ManualBackupLimit: The number of current manual backups/maximum number of backups allowed. By default, you can have a maximum of 50 manual backups saved.

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

      The maximum allowed value.

      Parameters:
      maximum - The maximum allowed value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • used

      The current usage, such as the current number of servers that are associated with the account.

      Parameters:
      used - The current usage, such as the current number of servers that are associated with the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.