Interface Limit.Builder

    • Method Detail

      • name

        Limit.Builder name​(String name)

        The name of the limit. The possible values are:

        • classic-listeners

        • classic-load-balancers

        • classic-registered-instances

        Parameters:
        name - The name of the limit. The possible values are:

        • classic-listeners

        • classic-load-balancers

        • classic-registered-instances

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

        Limit.Builder max​(String max)

        The maximum value of the limit.

        Parameters:
        max - The maximum value of the limit.
        Returns:
        Returns a reference to this object so that method calls can be chained together.