Interface EventFilter.Builder

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

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

    • failedEvents

      EventFilter.Builder failedEvents(Boolean failedEvents)

      When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.

      Parameters:
      failedEvents - When set to true, only returns failed events within the operation. This helps quickly identify root causes for a failed operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.