PartnerTopic.UpdateStages.WithTags Interface

public static interface PartnerTopic.UpdateStages.WithTags

The stage of the partnertopic 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 PartnerTopic.Update withTags(Map tags)

Specifies tags.

Parameters:

tags - Tags of the partner topic

Returns:

the next update stage

Applies to