Struct aws_sdk_ec2::output::unassign_ipv6_addresses_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for UnassignIpv6AddressesOutput
Implementations
The ID of the network interface.
The ID of the network interface.
Appends an item to unassigned_ipv6_addresses
.
To override the contents of this collection use set_unassigned_ipv6_addresses
.
The IPv6 addresses that have been unassigned from the network interface.
The IPv6 addresses that have been unassigned from the network interface.
Appends an item to unassigned_ipv6_prefixes
.
To override the contents of this collection use set_unassigned_ipv6_prefixes
.
The IPv4 prefixes that have been unassigned from the network interface.
The IPv4 prefixes that have been unassigned from the network interface.
Consumes the builder and constructs a UnassignIpv6AddressesOutput
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