Skip to content

Dashboardv2RegexMapOptionsBuilder🔗

Constructor🔗

new Dashboardv2RegexMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public Dashboardv2RegexMapOptions build()

pattern🔗

Regular expression to match against

public Dashboardv2RegexMapOptionsBuilder pattern(String pattern)

result🔗

Config to apply when the value matches the regex

public Dashboardv2RegexMapOptionsBuilder result(com.grafana.foundation.cog.Builder<ValueMappingResult> result)

See also🔗