Interface IotFhirDestination.DefinitionStages.WithEtag
-
- All Known Subinterfaces:
IotFhirDestination.Definition
,IotFhirDestination.DefinitionStages.WithCreate
- Enclosing interface:
- IotFhirDestination.DefinitionStages
public static interface IotFhirDestination.DefinitionStages.WithEtag
The stage of the IotFhirDestination definition allowing to specify etag.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IotFhirDestination.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
IotFhirDestination.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.
-
-