Interface SessionFilter.Builder

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

@Mutable @NotThreadSafe public static interface SessionFilter.Builder extends SdkPojo, CopyableBuilder<SessionFilter.Builder,SessionFilter>
  • Method Details

    • eventFilter

      SessionFilter.Builder eventFilter(String eventFilter)

      The event filter condition to apply. Use this to filter sessions based on event presence.

      Parameters:
      eventFilter - The event filter condition to apply. Use this to filter sessions based on event presence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • eventFilter

      SessionFilter.Builder eventFilter(EventFilterCondition eventFilter)

      The event filter condition to apply. Use this to filter sessions based on event presence.

      Parameters:
      eventFilter - The event filter condition to apply. Use this to filter sessions based on event presence.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: