Struct aws_sdk_ec2::model::instance_network_interface_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstanceNetworkInterfaceAssociation
Implementations
The carrier IP address associated with the network interface.
The carrier IP address associated with the network interface.
The customer-owned IP address associated with the network interface.
The customer-owned IP address associated with the network interface.
The ID of the owner of the Elastic IP address.
The ID of the owner of the Elastic IP address.
The public DNS name.
The public DNS name.
The public IP address or Elastic IP address bound to the network interface.
The public IP address or Elastic IP address bound to the network interface.
Consumes the builder and constructs a InstanceNetworkInterfaceAssociation
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more