Interface Cluster.UpdateStages.WithIfMatch

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

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

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

    • withIfMatch

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