Interface AssignIpv6AddressesResponse.Builder

    • Method Detail

      • assignedIpv6Addresses

        AssignIpv6AddressesResponse.Builder assignedIpv6Addresses​(Collection<String> assignedIpv6Addresses)

        The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

        Parameters:
        assignedIpv6Addresses - The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignedIpv6Addresses

        AssignIpv6AddressesResponse.Builder assignedIpv6Addresses​(String... assignedIpv6Addresses)

        The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.

        Parameters:
        assignedIpv6Addresses - The new IPv6 addresses assigned to the network interface. Existing IPv6 addresses that were assigned to the network interface before the request are not included.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignedIpv6Prefixes

        AssignIpv6AddressesResponse.Builder assignedIpv6Prefixes​(Collection<String> assignedIpv6Prefixes)

        The IPv6 prefixes that are assigned to the network interface.

        Parameters:
        assignedIpv6Prefixes - The IPv6 prefixes that are assigned to the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • assignedIpv6Prefixes

        AssignIpv6AddressesResponse.Builder assignedIpv6Prefixes​(String... assignedIpv6Prefixes)

        The IPv6 prefixes that are assigned to the network interface.

        Parameters:
        assignedIpv6Prefixes - The IPv6 prefixes that are assigned to the network interface.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • networkInterfaceId

        AssignIpv6AddressesResponse.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.