Constructor
func NewContactPointBuilder() *ContactPointBuilder
Methods
Build
Builds the object.
func (builder *ContactPointBuilder) Build() (ContactPoint, error)
DisableResolveMessage
func (builder *ContactPointBuilder) DisableResolveMessage(disableResolveMessage bool) *ContactPointBuilder
Name
Name is used as grouping key in the UI. Contact points with the
same name will be grouped in the UI.
func (builder *ContactPointBuilder) Name(name string) *ContactPointBuilder
Provenance
func (builder *ContactPointBuilder) Provenance(provenance string) *ContactPointBuilder
Settings
func (builder *ContactPointBuilder) Settings(settings alerting.Json) *ContactPointBuilder
Type
func (builder *ContactPointBuilder) Type(typeArg alerting.ContactPointType) *ContactPointBuilder
Uid
UID is the unique identifier of the contact point. The UID can be
set by the user.
func (builder *ContactPointBuilder) Uid(uid string) *ContactPointBuilder
See also