DatadogMonitorResource.UpdateStages.WithTags Interface

public static interface DatadogMonitorResource.UpdateStages.WithTags

The stage of the DatadogMonitorResource update allowing to specify tags.

Method Summary

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

Specifies the tags property: The new tags of the monitor resource..

Method Details

withTags

public abstract DatadogMonitorResource.Update withTags(Map tags)

Specifies the tags property: The new tags of the monitor resource..

Parameters:

tags - The new tags of the monitor resource.

Returns:

the next definition stage.

Applies to