public static interface FilterActivity.Builder extends SdkPojo, CopyableBuilder<FilterActivity.Builder,FilterActivity>
Modifier and Type | Method and Description |
---|---|
FilterActivity.Builder |
filter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value.
|
FilterActivity.Builder |
name(String name)
The name of the filter activity.
|
FilterActivity.Builder |
next(String next)
The next activity in the pipeline.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FilterActivity.Builder name(String name)
The name of the filter activity.
name
- The name of the filter activity.FilterActivity.Builder filter(String filter)
An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that satisfy the condition are passed to the next activity.
filter
- An expression that looks like a SQL WHERE clause that must return a Boolean value. Messages that
satisfy the condition are passed to the next activity.FilterActivity.Builder next(String next)
The next activity in the pipeline.
next
- The next activity in the pipeline.