Struct aws_sdk_ec2::model::pci_id::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for PciId
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn set_device_id(self, input: Option<String>) -> Self
pub fn set_device_id(self, input: Option<String>) -> Self
The ID of the device.
sourcepub fn set_vendor_id(self, input: Option<String>) -> Self
pub fn set_vendor_id(self, input: Option<String>) -> Self
The ID of the vendor.
sourcepub fn subsystem_id(self, input: impl Into<String>) -> Self
pub fn subsystem_id(self, input: impl Into<String>) -> Self
The ID of the subsystem.
sourcepub fn set_subsystem_id(self, input: Option<String>) -> Self
pub fn set_subsystem_id(self, input: Option<String>) -> Self
The ID of the subsystem.
sourcepub fn subsystem_vendor_id(self, input: impl Into<String>) -> Self
pub fn subsystem_vendor_id(self, input: impl Into<String>) -> Self
The ID of the vendor for the subsystem.
sourcepub fn set_subsystem_vendor_id(self, input: Option<String>) -> Self
pub fn set_subsystem_vendor_id(self, input: Option<String>) -> Self
The ID of the vendor for the subsystem.