SystemTopic.UpdateStages.WithTags Interface

public static interface SystemTopic.UpdateStages.WithTags

The stage of the SystemTopic update allowing to specify tags.

Method Summary

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

Specifies the tags property: Tags of the system topic..

Method Details

withTags

public abstract SystemTopic.Update withTags(Map tags)

Specifies the tags property: Tags of the system topic..

Parameters:

tags - Tags of the system topic.

Returns:

the next definition stage.

Applies to