Skip to content

DashboardRegexMapOptionsBuilder🔗

Constructor🔗

new DashboardRegexMapOptionsBuilder()

Methods🔗

build🔗

Builds the object.

public DashboardRegexMapOptions build()

pattern🔗

Regular expression to match against

public DashboardRegexMapOptionsBuilder pattern(String pattern)

result🔗

Config to apply when the value matches the regex

public DashboardRegexMapOptionsBuilder result(ValueMappingResult result)

See also🔗