Automation.DefinitionStages.WithEtag Interface

public static interface Automation.DefinitionStages.WithEtag

The stage of the Automation definition allowing to specify etag.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withEtag(String etag)

Specifies the etag property: Entity tag is used for comparing two or more entities from the same requested resource..

Method Details

withEtag

public abstract Automation.DefinitionStages.WithCreate withEtag(String etag)

Specifies the etag property: Entity tag is used for comparing two or more entities from the same requested resource..

Parameters:

etag - Entity tag is used for comparing two or more entities from the same requested resource.

Returns:

the next definition stage.

Applies to