Interface Pool.DefinitionStages.WithIfMatch

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

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

    Modifier and Type
    Method
    Description
    Specifies the ifMatch property: The entity state (ETag) version of the pool to update.
  • Method Details

    • withIfMatch

      Specifies the ifMatch property: The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied..
      Parameters:
      ifMatch - The entity state (ETag) version of the pool to update. A value of "*" can be used to apply the operation only if the pool already exists. If omitted, this operation will always be applied.
      Returns:
      the next definition stage.