pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEc2InstanceNetworkInterfacesDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn network_interface_id(self, input: impl Into<String>) -> Self
pub fn network_interface_id(self, input: impl Into<String>) -> Self
The identifier of the network interface. The details are in a corresponding AwsEc2NetworkInterfacesDetails
object.
sourcepub fn set_network_interface_id(self, input: Option<String>) -> Self
pub fn set_network_interface_id(self, input: Option<String>) -> Self
The identifier of the network interface. The details are in a corresponding AwsEc2NetworkInterfacesDetails
object.
sourcepub fn build(self) -> AwsEc2InstanceNetworkInterfacesDetails
pub fn build(self) -> AwsEc2InstanceNetworkInterfacesDetails
Consumes the builder and constructs a AwsEc2InstanceNetworkInterfacesDetails
.