#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for NetworkInterfacePrivateIpAddress
Implementations
The association information for an Elastic IP address (IPv4) associated with the network interface.
The association information for an Elastic IP address (IPv4) associated with the network interface.
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
Indicates whether this IPv4 address is the primary private IPv4 address of the network interface.
The private DNS name.
The private DNS name.
The private IPv4 address.
The private IPv4 address.
Consumes the builder and constructs a NetworkInterfacePrivateIpAddress
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