| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PciId.Builder |
PciId.builder() |
PciId.Builder |
PciId.Builder.deviceId(String deviceId)
The ID of the device.
|
PciId.Builder |
PciId.Builder.subsystemId(String subsystemId)
The ID of the subsystem.
|
PciId.Builder |
PciId.Builder.subsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
|
PciId.Builder |
PciId.toBuilder() |
PciId.Builder |
PciId.Builder.vendorId(String vendorId)
The ID of the vendor.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PciId.Builder> |
PciId.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default FpgaImage.Builder |
FpgaImage.Builder.pciId(Consumer<PciId.Builder> pciId)
Information about the PCI bus.
|
Copyright © 2019. All rights reserved.