Interface ForwardingRule.DefinitionStages.WithIfNoneMatch

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

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

    • withIfNoneMatch

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