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.BuilderPciId. builder()PciId.BuilderPciId.Builder. deviceId(String deviceId)The ID of the device.PciId.BuilderPciId.Builder. subsystemId(String subsystemId)The ID of the subsystem.PciId.BuilderPciId.Builder. subsystemVendorId(String subsystemVendorId)The ID of the vendor for the subsystem.PciId.BuilderPciId. toBuilder()PciId.BuilderPciId.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.BuilderFpgaImage.Builder. pciId(Consumer<PciId.Builder> pciId)Information about the PCI bus.
-