Uses of Interface
software.amazon.awssdk.services.ec2.model.PciId.Builder
Packages that use PciId.Builder
-
Uses of PciId.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PciId.BuilderModifier and TypeMethodDescriptionstatic PciId.BuilderPciId.builder()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.toBuilder()The ID of the vendor.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PciId.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PciId.Builder>PciId.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PciId.BuilderModifier and TypeMethodDescriptiondefault FpgaImage.BuilderFpgaImage.Builder.pciId(Consumer<PciId.Builder> pciId) Information about the PCI bus.