Struct aws_sdk_ec2::output::assign_ipv6_addresses_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AssignIpv6AddressesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn assigned_ipv6_addresses(self, input: impl Into<String>) -> Self
pub fn assigned_ipv6_addresses(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_assigned_ipv6_addresses(self, input: Option<Vec<String>>) -> Self
pub fn set_assigned_ipv6_addresses(self, input: Option<Vec<String>>) -> Self
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.
sourcepub fn assigned_ipv6_prefixes(self, input: impl Into<String>) -> Self
pub fn assigned_ipv6_prefixes(self, input: impl Into<String>) -> Self
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.
sourcepub fn set_assigned_ipv6_prefixes(self, input: Option<Vec<String>>) -> Self
pub fn set_assigned_ipv6_prefixes(self, input: Option<Vec<String>>) -> Self
The IPv6 prefixes that are assigned to the network interface.
sourcepub fn network_interface_id(self, input: impl Into<String>) -> Self
pub fn network_interface_id(self, input: impl Into<String>) -> Self
The ID of the network interface.
sourcepub fn set_network_interface_id(self, input: Option<String>) -> Self
pub fn set_network_interface_id(self, input: Option<String>) -> Self
The ID of the network interface.
sourcepub fn build(self) -> AssignIpv6AddressesOutput
pub fn build(self) -> AssignIpv6AddressesOutput
Consumes the builder and constructs a AssignIpv6AddressesOutput
.