public static interface AssignIpv6AddressesResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
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 © 2020. All rights reserved.