public static interface UnassignPrivateIpAddressesRequest.Builder extends Ec2Request.Builder, SdkPojo, 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) |
UnassignPrivateIpAddressesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnassignPrivateIpAddressesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderUnassignPrivateIpAddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.