Interface NetworkPathComponentDetails.Builder

    • Method Detail

      • address

        NetworkPathComponentDetails.Builder address​(Collection<String> address)

        The IP addresses of the destination.

        Parameters:
        address - The IP addresses of the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address

        NetworkPathComponentDetails.Builder address​(String... address)

        The IP addresses of the destination.

        Parameters:
        address - The IP addresses of the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portRanges

        NetworkPathComponentDetails.Builder portRanges​(Collection<PortRange> portRanges)

        A list of port ranges for the destination.

        Parameters:
        portRanges - A list of port ranges for the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portRanges

        NetworkPathComponentDetails.Builder portRanges​(PortRange... portRanges)

        A list of port ranges for the destination.

        Parameters:
        portRanges - A list of port ranges for the destination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.