Interface NewDhcpConfiguration.Builder

    • Method Detail

      • key

        NewDhcpConfiguration.Builder key​(String key)
        Sets the value of the Key property for this object.
        Parameters:
        key - The new value for the Key property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        NewDhcpConfiguration.Builder values​(Collection<String> values)
        Sets the value of the Values property for this object.
        Parameters:
        values - The new value for the Values property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        NewDhcpConfiguration.Builder values​(String... values)
        Sets the value of the Values property for this object.
        Parameters:
        values - The new value for the Values property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.