Interface UnassignIpv6AddressesResponse.Builder

  • Method Details

    • networkInterfaceId

      UnassignIpv6AddressesResponse.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.
    • unassignedIpv6Addresses

      UnassignIpv6AddressesResponse.Builder unassignedIpv6Addresses(Collection<String> unassignedIpv6Addresses)

      The IPv6 addresses that have been unassigned from the network interface.

      Parameters:
      unassignedIpv6Addresses - The IPv6 addresses that have been unassigned from the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unassignedIpv6Addresses

      UnassignIpv6AddressesResponse.Builder unassignedIpv6Addresses(String... unassignedIpv6Addresses)

      The IPv6 addresses that have been unassigned from the network interface.

      Parameters:
      unassignedIpv6Addresses - The IPv6 addresses that have been unassigned from the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unassignedIpv6Prefixes

      UnassignIpv6AddressesResponse.Builder unassignedIpv6Prefixes(Collection<String> unassignedIpv6Prefixes)

      The IPv6 prefixes that have been unassigned from the network interface.

      Parameters:
      unassignedIpv6Prefixes - The IPv6 prefixes that have been unassigned from the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unassignedIpv6Prefixes

      UnassignIpv6AddressesResponse.Builder unassignedIpv6Prefixes(String... unassignedIpv6Prefixes)

      The IPv6 prefixes that have been unassigned from the network interface.

      Parameters:
      unassignedIpv6Prefixes - The IPv6 prefixes that have been unassigned from the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.