Interface RequestFilterPortRange.Builder

    • Method Detail

      • fromPort

        RequestFilterPortRange.Builder fromPort​(Integer fromPort)

        The first port in the range.

        Parameters:
        fromPort - The first port in the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toPort

        RequestFilterPortRange.Builder toPort​(Integer toPort)

        The last port in the range.

        Parameters:
        toPort - The last port in the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.