public static interface PciId.Builder extends SdkPojo, CopyableBuilder<PciId.Builder,PciId>
Modifier and Type | Method and Description |
---|---|
PciId.Builder |
deviceId(String deviceId)
The ID of the device.
|
PciId.Builder |
subsystemId(String subsystemId)
The ID of the subsystem.
|
PciId.Builder |
subsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
|
PciId.Builder |
vendorId(String vendorId)
The ID of the vendor.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PciId.Builder deviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.PciId.Builder vendorId(String vendorId)
The ID of the vendor.
vendorId
- The ID of the vendor.PciId.Builder subsystemId(String subsystemId)
The ID of the subsystem.
subsystemId
- The ID of the subsystem.PciId.Builder subsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
subsystemVendorId
- The ID of the vendor for the subsystem.Copyright © 2019. All rights reserved.