Struct aws_sdk_ec2::model::network_interface_association::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for NetworkInterfaceAssociation
Implementations
The allocation ID.
The allocation ID.
The association ID.
The association ID.
The ID of the Elastic IP address owner.
The ID of the Elastic IP address owner.
The public DNS name.
The public DNS name.
The address of the Elastic IP address bound to the network interface.
The address of the Elastic IP address bound to the network interface.
The customer-owned IP address associated with the network interface.
The customer-owned IP address associated with the network interface.
The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
The carrier IP address associated with the network interface.
This option is only available when the network interface is in a subnet which is associated with a Wavelength Zone.
Consumes the builder and constructs a NetworkInterfaceAssociation
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