public static interface UnassignIpv6AddressesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>
| Modifier and Type | Method and Description |
|---|---|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
UnassignIpv6AddressesRequest.Builder ipv6Addresses(Collection<String> ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses - The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder ipv6Addresses(String... ipv6Addresses)
The IPv6 addresses to unassign from the network interface.
ipv6Addresses - The IPv6 addresses to unassign from the network interface.UnassignIpv6AddressesRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.Copyright © 2017. All rights reserved.