public static interface AssignIpv6AddressesResponse.Builder extends EC2Response.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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildAssignIpv6AddressesResponse.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 Amazon Web Services, Inc. All Rights Reserved.