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