Interface TrafficMirrorPortRangeRequest.Builder

    • Method Detail

      • fromPort

        TrafficMirrorPortRangeRequest.Builder fromPort​(Integer fromPort)

        The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

        Parameters:
        fromPort - The first port in 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

        TrafficMirrorPortRangeRequest.Builder toPort​(Integer toPort)

        The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.

        Parameters:
        toPort - The last port in 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.