Struct aws_sdk_ec2::model::instance_private_ip_address::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InstancePrivateIpAddress
Implementations
The association information for an Elastic IP address for the network interface.
The association information for an Elastic IP address for the network interface.
Indicates whether this IPv4 address is the primary private IP address of the network interface.
Indicates whether this IPv4 address is the primary private IP address of the network interface.
The private IPv4 DNS name.
The private IPv4 DNS name.
The private IPv4 address of the network interface.
The private IPv4 address of the network interface.
Consumes the builder and constructs a InstancePrivateIpAddress
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