CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>, SdkBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>public static interface UnassignIpv6AddressesRequest.Builder extends CopyableBuilder<UnassignIpv6AddressesRequest.Builder,UnassignIpv6AddressesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(String... ipv6Addresses) |
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
ipv6Addresses(Collection<String> ipv6Addresses) |
The IPv6 addresses to unassign from the network interface.
|
UnassignIpv6AddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
copyapply, buildUnassignIpv6AddressesRequest.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.
NOTE: This method appends the values to the existing list (if any). Use
#setIpv6Addresses(java.util.Collection) or #withIpv6Addresses(java.util.Collection) if you
want to override the existing values.
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 Amazon Web Services, Inc. All Rights Reserved.