Interface AccountLimit.Builder

    • Method Detail

      • name

        AccountLimit.Builder name​(String name)

        The name of the account limit.

        Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

        Parameters:
        name - The name of the account limit.

        Values: ConcurrentResourcesLimit | StackLimit | StackOutputsLimit

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

        AccountLimit.Builder value​(Integer value)

        The value that's associated with the account limit name.

        Parameters:
        value - The value that's associated with the account limit name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.