Skip to content

AnnotationEventFieldMappingBuilder🔗

Constructor🔗

func NewAnnotationEventFieldMappingBuilder() *AnnotationEventFieldMappingBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *AnnotationEventFieldMappingBuilder) Build() (AnnotationEventFieldMapping, error)

Regex🔗

Regular expression to apply to the field value

func (builder *AnnotationEventFieldMappingBuilder) Regex(regex string) *AnnotationEventFieldMappingBuilder

Source🔗

Source type for the field value

func (builder *AnnotationEventFieldMappingBuilder) Source(source string) *AnnotationEventFieldMappingBuilder

Value🔗

Constant value to use when source is "text"

func (builder *AnnotationEventFieldMappingBuilder) Value(value string) *AnnotationEventFieldMappingBuilder

See also🔗