addPattern

@Contract(value = "_ -> this", mutates = "this")
abstract fun addPattern(pattern: BannerPattern): BannerMeta.Builder

Adds the given pattern to the list of patterns for the banner metadata.

Return

this builder

Parameters

pattern

the pattern to add