Interface IpSet.Builder

    • Method Detail

      • ipFamily

        @Deprecated
        IpSet.Builder ipFamily​(String ipFamily)
        Deprecated.
        IpFamily has been replaced by IpAddressFamily

        IpFamily is deprecated and has been replaced by IpAddressFamily.

        Parameters:
        ipFamily - IpFamily is deprecated and has been replaced by IpAddressFamily.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        IpSet.Builder ipAddresses​(Collection<String> ipAddresses)

        The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

        Parameters:
        ipAddresses - The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddresses

        IpSet.Builder ipAddresses​(String... ipAddresses)

        The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.

        Parameters:
        ipAddresses - The array of IP addresses in the IP address set. An IP address set can have a maximum of two IP addresses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressFamily

        IpSet.Builder ipAddressFamily​(String ipAddressFamily)

        The types of IP addresses included in this IP set.

        Parameters:
        ipAddressFamily - The types of IP addresses included in this IP set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressFamily, IpAddressFamily
      • ipAddressFamily

        IpSet.Builder ipAddressFamily​(IpAddressFamily ipAddressFamily)

        The types of IP addresses included in this IP set.

        Parameters:
        ipAddressFamily - The types of IP addresses included in this IP set.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressFamily, IpAddressFamily