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