Interface IPSet.Builder

    • Method Detail

      • definition

        IPSet.Builder definition​(Collection<String> definition)

        The list of IP addresses and address ranges, in CIDR notation.

        Parameters:
        definition - The list of IP addresses and address ranges, in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • definition

        IPSet.Builder definition​(String... definition)

        The list of IP addresses and address ranges, in CIDR notation.

        Parameters:
        definition - The list of IP addresses and address ranges, in CIDR notation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.