Struct aws_sdk_ec2::output::assign_ipv6_addresses_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AssignIpv6AddressesOutput
Implementations
Appends an item to assigned_ipv6_addresses
.
To override the contents of this collection use set_assigned_ipv6_addresses
.
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
Appends an item to assigned_ipv6_prefixes
.
To override the contents of this collection use set_assigned_ipv6_prefixes
.
The IPv6 prefixes that are assigned to the network interface.
The IPv6 prefixes that are assigned to the network interface.
The ID of the network interface.
The ID of the network interface.
Consumes the builder and constructs a AssignIpv6AddressesOutput
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