Uses of Interface
software.amazon.awssdk.services.ec2.model.PciId.Builder
-
Packages that use PciId.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PciId.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PciId.Builder Modifier and Type Method 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.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PciId.Builder Modifier and Type Method Description static Class<? extends PciId.Builder>
PciId. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PciId.Builder Modifier and Type Method Description default FpgaImage.Builder
FpgaImage.Builder. pciId(Consumer<PciId.Builder> pciId)
Information about the PCI bus.
-