Interface UnassignPrivateIpAddressesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,,UnassignPrivateIpAddressesRequest> Ec2Request.Builder,SdkBuilder<UnassignPrivateIpAddressesRequest.Builder,,UnassignPrivateIpAddressesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 UnassignPrivateIpAddressesRequest
@Mutable
@NotThreadSafe
public static interface UnassignPrivateIpAddressesRequest.Builder
extends Ec2Request.Builder, SdkPojo, CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionipv4Prefixes(String... ipv4Prefixes) The IPv4 prefixes to unassign from the network interface.ipv4Prefixes(Collection<String> ipv4Prefixes) The IPv4 prefixes to unassign from the network interface.networkInterfaceId(String networkInterfaceId) The ID of the network interface.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.privateIpAddresses(String... privateIpAddresses) The secondary private IP addresses to unassign from the network interface.privateIpAddresses(Collection<String> privateIpAddresses) The secondary private IP addresses to unassign from the network interface.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
ipv4Prefixes
The IPv4 prefixes to unassign from the network interface.
- Parameters:
 ipv4Prefixes- The IPv4 prefixes to unassign from the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
ipv4Prefixes
The IPv4 prefixes to unassign from the network interface.
- Parameters:
 ipv4Prefixes- The IPv4 prefixes to unassign from the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
networkInterfaceId
The ID of the network interface.
- Parameters:
 networkInterfaceId- The ID of the network interface.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
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.
- Parameters:
 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.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
overrideConfiguration
UnassignPrivateIpAddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
UnassignPrivateIpAddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -