public static interface UnassignPrivateIpAddressesRequest.Builder extends EC2Request.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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UnassignPrivateIpAddressesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
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.
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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UnassignPrivateIpAddressesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.