Interface PciId.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PciId.Builder,PciId>, SdkBuilder<PciId.Builder,PciId>, SdkPojo
Enclosing class:
PciId

public static interface PciId.Builder extends SdkPojo, CopyableBuilder<PciId.Builder,PciId>
  • Method Details

    • 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.