Interface Budget.UpdateStages.WithEtag

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

    public static interface Budget.UpdateStages.WithEtag
    The stage of the Budget update allowing to specify etag.
    • Method Detail

      • withEtag

        Budget.Update withEtag​(String etag)
        Specifies the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not..
        Parameters:
        etag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.
        Returns:
        the next definition stage.