pub struct Builder { /* private fields */ }
Expand description
A builder for DescribeNetworkInterfaceAttributeOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn attachment(self, input: NetworkInterfaceAttachment) -> Self
pub fn attachment(self, input: NetworkInterfaceAttachment) -> Self
The attachment (if any) of the network interface.
sourcepub fn set_attachment(self, input: Option<NetworkInterfaceAttachment>) -> Self
pub fn set_attachment(self, input: Option<NetworkInterfaceAttachment>) -> Self
The attachment (if any) of the network interface.
sourcepub fn description(self, input: AttributeValue) -> Self
pub fn description(self, input: AttributeValue) -> Self
The description of the network interface.
sourcepub fn set_description(self, input: Option<AttributeValue>) -> Self
pub fn set_description(self, input: Option<AttributeValue>) -> Self
The description of the network interface.
sourcepub fn groups(self, input: GroupIdentifier) -> Self
pub fn groups(self, input: GroupIdentifier) -> Self
Appends an item to groups
.
To override the contents of this collection use set_groups
.
The security groups associated with the network interface.
sourcepub fn set_groups(self, input: Option<Vec<GroupIdentifier>>) -> Self
pub fn set_groups(self, input: Option<Vec<GroupIdentifier>>) -> Self
The security groups associated with the network interface.
sourcepub fn network_interface_id(self, input: impl Into<String>) -> Self
pub fn network_interface_id(self, input: impl Into<String>) -> Self
The ID of the network interface.
sourcepub fn set_network_interface_id(self, input: Option<String>) -> Self
pub fn set_network_interface_id(self, input: Option<String>) -> Self
The ID of the network interface.
sourcepub fn source_dest_check(self, input: AttributeBooleanValue) -> Self
pub fn source_dest_check(self, input: AttributeBooleanValue) -> Self
Indicates whether source/destination checking is enabled.
sourcepub fn set_source_dest_check(self, input: Option<AttributeBooleanValue>) -> Self
pub fn set_source_dest_check(self, input: Option<AttributeBooleanValue>) -> Self
Indicates whether source/destination checking is enabled.
sourcepub fn build(self) -> DescribeNetworkInterfaceAttributeOutput
pub fn build(self) -> DescribeNetworkInterfaceAttributeOutput
Consumes the builder and constructs a DescribeNetworkInterfaceAttributeOutput
.