Interface NetworkInterfaceCountRequest.Builder

    • Method Detail

      • min

        NetworkInterfaceCountRequest.Builder min​(Integer min)

        The minimum number of network interfaces. To specify no minimum limit, omit this parameter.

        Parameters:
        min - The minimum number of network interfaces. To specify no minimum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • max

        NetworkInterfaceCountRequest.Builder max​(Integer max)

        The maximum number of network interfaces. To specify no maximum limit, omit this parameter.

        Parameters:
        max - The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.