public static interface EventFilter.Builder extends SdkPojo, CopyableBuilder<EventFilter.Builder,EventFilter>
| Modifier and Type | Method and Description |
|---|---|
default EventFilter.Builder |
dimensions(Consumer<EventDimensions.Builder> dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
|
EventFilter.Builder |
dimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
|
EventFilter.Builder |
filterType(FilterType filterType)
The type of event that causes the campaign to be sent or the journey activity to be performed.
|
EventFilter.Builder |
filterType(String filterType)
The type of event that causes the campaign to be sent or the journey activity to be performed.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEventFilter.Builder dimensions(EventDimensions dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
dimensions - The dimensions for the event filter to use for the campaign or the journey activity.default EventFilter.Builder dimensions(Consumer<EventDimensions.Builder> dimensions)
The dimensions for the event filter to use for the campaign or the journey activity.
This is a convenience method that creates an instance of theEventDimensions.Builder avoiding the
need to create one manually via EventDimensions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dimensions(EventDimensions).
dimensions - a consumer that will call methods on EventDimensions.Builderdimensions(EventDimensions)EventFilter.Builder filterType(String filterType)
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
filterType - The type of event that causes the campaign to be sent or the journey activity to be performed. Valid
values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and,
ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.FilterType,
FilterTypeEventFilter.Builder filterType(FilterType filterType)
The type of event that causes the campaign to be sent or the journey activity to be performed. Valid values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and, ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.
filterType - The type of event that causes the campaign to be sent or the journey activity to be performed. Valid
values are: SYSTEM, sends the campaign or performs the activity when a system event occurs; and,
ENDPOINT, sends the campaign or performs the activity when an endpoint event (Events resource) occurs.FilterType,
FilterTypeCopyright © 2022. All rights reserved.