Interface UnassignPrivateIpAddressesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>, Ec2Request.Builder, SdkBuilder<UnassignPrivateIpAddressesRequest.Builder,UnassignPrivateIpAddressesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
UnassignPrivateIpAddressesRequest

  • 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

      UnassignPrivateIpAddressesRequest.Builder ipv4Prefixes(String... 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

      UnassignPrivateIpAddressesRequest.Builder networkInterfaceId(String 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

      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.

      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

      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.

      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)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder