Automation.UpdateStages.WithTags Interface

public static interface Automation.UpdateStages.WithTags

The stage of the Automation update allowing to specify tags.

Method Summary

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

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

Method Details

withTags

public abstract Automation.Update withTags(Map tags)

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

Parameters:

tags - A list of key value pairs that describe the resource.

Returns:

the next definition stage.

Applies to