pub struct Builder { /* private fields */ }
Expand description
A builder for AttachNetworkInterfaceOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attachment_id(self, input: impl Into<String>) -> Self
pub fn attachment_id(self, input: impl Into<String>) -> Self
The ID of the network interface attachment.
sourcepub fn set_attachment_id(self, input: Option<String>) -> Self
pub fn set_attachment_id(self, input: Option<String>) -> Self
The ID of the network interface attachment.
sourcepub fn network_card_index(self, input: i32) -> Self
pub fn network_card_index(self, input: i32) -> Self
The index of the network card.
sourcepub fn set_network_card_index(self, input: Option<i32>) -> Self
pub fn set_network_card_index(self, input: Option<i32>) -> Self
The index of the network card.
sourcepub fn build(self) -> AttachNetworkInterfaceOutput
pub fn build(self) -> AttachNetworkInterfaceOutput
Consumes the builder and constructs a AttachNetworkInterfaceOutput
.