Interface IotConnector.DefinitionStages.WithEtag
-
- All Known Subinterfaces:
IotConnector.Definition
,IotConnector.DefinitionStages.WithCreate
- Enclosing interface:
- IotConnector.DefinitionStages
public static interface IotConnector.DefinitionStages.WithEtag
The stage of the IotConnector definition allowing to specify etag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IotConnector.DefinitionStages.WithCreate
withEtag(String etag)
Specifies the etag property: An etag associated with the resource, used for optimistic concurrency when editing it..
-
-
-
Method Detail
-
withEtag
IotConnector.DefinitionStages.WithCreate withEtag(String etag)
Specifies the etag property: An etag associated with the resource, used for optimistic concurrency when editing it..- Parameters:
etag
- An etag associated with the resource, used for optimistic concurrency when editing it.- Returns:
- the next definition stage.
-
-