Interface GetAccountLimitResponse.Builder

    • Method Detail

      • limit

        GetAccountLimitResponse.Builder limit​(AccountLimit limit)

        The current setting for the specified limit. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Limit is the maximum number of health checks that you can create using the current account.

        Parameters:
        limit - The current setting for the specified limit. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Limit is the maximum number of health checks that you can create using the current account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • count

        GetAccountLimitResponse.Builder count​(Long count)

        The current number of entities that you have created of the specified type. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Count is the current number of health checks that you have created using the current account.

        Parameters:
        count - The current number of entities that you have created of the specified type. For example, if you specified MAX_HEALTH_CHECKS_BY_OWNER for the value of Type in the request, the value of Count is the current number of health checks that you have created using the current account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.