Interface Export.DefinitionStages.WithEtag

All Known Subinterfaces:
Export.Definition, Export.DefinitionStages.WithCreate
Enclosing interface:
Export.DefinitionStages

public static interface Export.DefinitionStages.WithEtag
The stage of the Export definition allowing to specify etag.
  • Method Details

    • withEtag

      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.