Interface Cluster.DefinitionStages.WithIfNoneMatch

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

public static interface Cluster.DefinitionStages.WithIfNoneMatch
The stage of the Cluster definition allowing to specify ifNoneMatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIfNoneMatch(String ifNoneMatch)
    Specifies the ifNoneMatch property: Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster.
  • Method Details

    • withIfNoneMatch

      Cluster.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)
      Specifies the ifNoneMatch property: Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response..
      Parameters:
      ifNoneMatch - Set to '*' to allow a new cluster to be created, but to prevent updating an existing cluster. Other values will result in a 412 Pre-condition Failed response.
      Returns:
      the next definition stage.