Interface PciId.Builder

    • Method Detail

      • deviceId

        PciId.Builder deviceId​(String deviceId)

        The ID of the device.

        Parameters:
        deviceId - The ID of the device.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • vendorId

        PciId.Builder vendorId​(String vendorId)

        The ID of the vendor.

        Parameters:
        vendorId - The ID of the vendor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subsystemId

        PciId.Builder subsystemId​(String subsystemId)

        The ID of the subsystem.

        Parameters:
        subsystemId - The ID of the subsystem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subsystemVendorId

        PciId.Builder subsystemVendorId​(String subsystemVendorId)

        The ID of the vendor for the subsystem.

        Parameters:
        subsystemVendorId - The ID of the vendor for the subsystem.
        Returns:
        Returns a reference to this object so that method calls can be chained together.