Lab.UpdateStages.WithTags Interface

public static interface Lab.UpdateStages.WithTags

The stage of the lab update allowing to specify Tags.

Method Summary

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

Specifies tags.

Method Details

withTags

public abstract Lab.Update withTags(Map tags)

Specifies tags.

Parameters:

tags - The tags of the resource

Returns:

the next update stage

Applies to