CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
, SdkBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
public static interface UnassignPrivateIpAddressesRequest.Builder extends CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>
Modifier and Type | Method | Description |
---|---|---|
UnassignPrivateIpAddressesRequest.Builder |
networkInterfaceId(String networkInterfaceId) |
The ID of the network interface.
|
UnassignPrivateIpAddressesRequest.Builder |
privateIpAddresses(String... privateIpAddresses) |
The secondary private IP addresses to unassign from the network interface.
|
UnassignPrivateIpAddressesRequest.Builder |
privateIpAddresses(Collection<String> privateIpAddresses) |
The secondary private IP addresses to unassign from the network interface.
|
copy
apply, build
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.
NOTE: This method appends the values to the existing list (if any). Use
#setPrivateIpAddresses(java.util.Collection)
or #withPrivateIpAddresses(java.util.Collection)
if you want to override the existing values.
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 Amazon Web Services, Inc. All Rights Reserved.