Interface AccountLimit.Builder

    • Method Detail

      • name

        AccountLimit.Builder name​(String name)

        The name of the attribute to apply the account limit to.

        Parameters:
        name - The name of the attribute to apply the account limit to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccountLimitName, AccountLimitName
      • used

        AccountLimit.Builder used​(Long used)

        The current amount that has been spent, in US dollars.

        Parameters:
        used - The current amount that has been spent, in US dollars.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        AccountLimit.Builder max​(Long max)

        The Amazon Web Services set limit for that resource type, in US dollars.

        Parameters:
        max - The Amazon Web Services set limit for that resource type, in US dollars.
        Returns:
        Returns a reference to this object so that method calls can be chained together.