Interface ForwardingRule.UpdateStages.WithIfMatch

All Known Subinterfaces:
ForwardingRule.Update
Enclosing interface:
ForwardingRule.UpdateStages

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

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: ETag of the resource.
  • Method Details

    • withIfMatch

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