Interface PortProbeAction.Builder

    • Method Detail

      • portProbeDetails

        PortProbeAction.Builder portProbeDetails​(Collection<PortProbeDetail> portProbeDetails)

        Information about the ports affected by the port probe.

        Parameters:
        portProbeDetails - Information about the ports affected by the port probe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • portProbeDetails

        PortProbeAction.Builder portProbeDetails​(PortProbeDetail... portProbeDetails)

        Information about the ports affected by the port probe.

        Parameters:
        portProbeDetails - Information about the ports affected by the port probe.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • blocked

        PortProbeAction.Builder blocked​(Boolean blocked)

        Indicates whether the port probe was blocked.

        Parameters:
        blocked - Indicates whether the port probe was blocked.
        Returns:
        Returns a reference to this object so that method calls can be chained together.