Skip to content

Dashboardv2beta1RegexMapOptionsBuilder🔗

Constructor🔗

new Dashboardv2beta1RegexMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public Dashboardv2beta1RegexMapOptions build()

pattern🔗

Regular expression to match against

public Dashboardv2beta1RegexMapOptionsBuilder pattern(String pattern)

result🔗

Config to apply when the value matches the regex

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

See also🔗