Interface Function.UpdateStages.WithIfMatch

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

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

      • withIfMatch

        Function.Update withIfMatch​(String ifMatch)
        Specifies the ifMatch property: The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..
        Parameters:
        ifMatch - The ETag of the function. Omit this value to always overwrite the current function. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.
        Returns:
        the next definition stage.