Interface Function.UpdateStages.WithProperties

  • All Known Subinterfaces:
    Function.Update
    Enclosing interface:
    Function.UpdateStages

    public static interface Function.UpdateStages.WithProperties
    The stage of the Function update allowing to specify properties.
    • Method Detail

      • withProperties

        Function.Update withProperties​(FunctionProperties properties)
        Specifies the properties property: The properties that are associated with a function..
        Parameters:
        properties - The properties that are associated with a function.
        Returns:
        the next definition stage.