Share via


Instance.UpdateStages.WithTags Interface

public static interface Instance.UpdateStages.WithTags

The stage of the Instance update allowing to specify tags.

Method Summary

Modifier and Type Method and Description
abstract Update withTags(Map<String,String> tags)

Specifies the tags property: List of key value pairs that describe the resource.

Method Details

withTags

public abstract Instance.Update withTags(Map<String,String> tags)

Specifies the tags property: List of key value pairs that describe the resource. This will overwrite the existing tags..

Parameters:

tags - List of key value pairs that describe the resource. This will overwrite the existing tags.

Returns:

the next definition stage.

Applies to