Interface Output.DefinitionStages.WithIfMatch
-
- All Known Subinterfaces:
Output.Definition
,Output.DefinitionStages.WithCreate
- Enclosing interface:
- Output.DefinitionStages
public static interface Output.DefinitionStages.WithIfMatch
The stage of the Output definition allowing to specify ifMatch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Output.DefinitionStages.WithCreate
withIfMatch(String ifMatch)
Specifies the ifMatch property: The ETag of the output.
-
-
-
Method Detail
-
withIfMatch
Output.DefinitionStages.WithCreate withIfMatch(String ifMatch)
Specifies the ifMatch property: The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes..- Parameters:
ifMatch
- The ETag of the output. Omit this value to always overwrite the current output. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.- Returns:
- the next definition stage.
-
-