Interface TrafficMirrorPortRange.Builder

    • Method Detail

      • fromPort

        TrafficMirrorPortRange.Builder fromPort​(Integer fromPort)

        The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

        Parameters:
        fromPort - The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toPort

        TrafficMirrorPortRange.Builder toPort​(Integer toPort)

        The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.

        Parameters:
        toPort - The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
        Returns:
        Returns a reference to this object so that method calls can be chained together.