public static interface UnassignPrivateIpAddressesRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
| Modifier and Type | Method and Description |
|---|---|
UnassignPrivateIpAddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
|
UnassignPrivateIpAddressesRequest.Builder |
privateIpAddresses(Collection<String> privateIpAddresses)
The secondary private IP addresses to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest.Builder |
privateIpAddresses(String... privateIpAddresses)
The secondary private IP addresses to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest.Builder networkInterfaceId(String networkInterfaceId)
The ID of the network interface.
networkInterfaceId - The ID of the network interface.UnassignPrivateIpAddressesRequest.Builder privateIpAddresses(Collection<String> privateIpAddresses)
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
privateIpAddresses - The secondary private IP addresses to unassign from the network interface. You can specify this option
multiple times to unassign more than one IP address.UnassignPrivateIpAddressesRequest.Builder privateIpAddresses(String... privateIpAddresses)
The secondary private IP addresses to unassign from the network interface. You can specify this option multiple times to unassign more than one IP address.
privateIpAddresses - The secondary private IP addresses to unassign from the network interface. You can specify this option
multiple times to unassign more than one IP address.Copyright © 2017. All rights reserved.