Interface DataSource.UpdateStages.WithEtag

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

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

    Modifier and Type
    Method
    Description
    Specifies the etag property: The ETag of the data source..
  • Method Details

    • withEtag

      DataSource.Update withEtag(String etag)
      Specifies the etag property: The ETag of the data source..
      Parameters:
      etag - The ETag of the data source.
      Returns:
      the next definition stage.