Pool.DefinitionStages.WithIfMatch Interface
public static interface Pool.DefinitionStages.WithIfMatch
The stage of the Pool definition allowing to specify ifMatch.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withIfMatch(String ifMatch)
Specifies the if |
Method Details
withIfMatch
public abstract Pool.DefinitionStages.WithCreate withIfMatch(String ifMatch)
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:
Returns: