Budget.DefinitionStages.WithEtag Interface

public static interface Budget.DefinitionStages.WithEtag

The stage of the Budget definition allowing to specify etag.

Method Summary

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

Specifies the etag property: eTag of the resource.

Method Details

withEtag

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

Specifies the etag property: eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not..

Parameters:

etag - eTag of the resource. To handle concurrent update scenario, this field will be used to determine whether the user is updating the latest version or not.

Returns:

the next definition stage.

Applies to