Struct aws_sdk_ec2::input::unassign_private_ip_addresses_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UnassignPrivateIpAddressesInput
Implementations
The ID of the network interface.
The ID of the network interface.
Appends an item to private_ip_addresses
.
To override the contents of this collection use set_private_ip_addresses
.
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
Appends an item to ipv4_prefixes
.
To override the contents of this collection use set_ipv4_prefixes
.
The IPv4 prefixes to unassign from the network interface.
The IPv4 prefixes to unassign from the network interface.
Consumes the builder and constructs a UnassignPrivateIpAddressesInput
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