Interface Output.UpdateStages.WithIfMatch

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

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

      • withIfMatch

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