Interface NewDhcpConfiguration.Builder

    • Method Detail

      • key

        NewDhcpConfiguration.Builder key​(String key)

        The name of a DHCP option.

        Parameters:
        key - The name of a DHCP option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        NewDhcpConfiguration.Builder values​(Collection<String> values)

        The values for the DHCP option.

        Parameters:
        values - The values for the DHCP option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        NewDhcpConfiguration.Builder values​(String... values)

        The values for the DHCP option.

        Parameters:
        values - The values for the DHCP option.
        Returns:
        Returns a reference to this object so that method calls can be chained together.