Interface FilterActivity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FilterActivity.Builder,FilterActivity>, SdkBuilder<FilterActivity.Builder,FilterActivity>, SdkPojo
Enclosing class:
FilterActivity

public static interface FilterActivity.Builder extends SdkPojo, CopyableBuilder<FilterActivity.Builder,FilterActivity>
  • Method Details

    • name

      The name of the filter activity.

      Parameters:
      name - The name of the filter activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next activity in the pipeline.

      Parameters:
      next - The next activity in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.