public static interface PciId.Builder extends 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. | 
copyapply, buildPciId.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.