Interface Pool.DefinitionStages.WithIfNoneMatch

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

public static interface Pool.DefinitionStages.WithIfNoneMatch
The stage of the Pool 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 pool to be created, but to prevent updating an existing pool.
  • Method Details

    • withIfNoneMatch

      Pool.DefinitionStages.WithCreate withIfNoneMatch(String ifNoneMatch)
      Specifies the ifNoneMatch property: Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored..
      Parameters:
      ifNoneMatch - Set to '*' to allow a new pool to be created, but to prevent updating an existing pool. Other values will be ignored.
      Returns:
      the next definition stage.