public interface TagsAware
abstract Unit
tags(Tag tag)
tags(List<Tag> tags)
tags(String tag)
tagsAsList(List<String> tags)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract Unit tags(Tag tag)
Adds tags to the job.
abstract Unit tags(List<Tag> tags)
Adds a list of tags to the job.
abstract Unit tags(String tag)
abstract Unit tagsAsList(List<String> tags)