Interface Cluster.DefinitionStages.WithIfMatch

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

public static interface Cluster.DefinitionStages.WithIfMatch
The stage of the Cluster definition allowing to specify ifMatch.
  • Method Details

    • withIfMatch

      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.