Interface SessionFilterConfig.Builder

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

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

    • startTime

      SessionFilterConfig.Builder startTime(Instant startTime)

      The start time of the time range. Only sessions with activity at or after this timestamp are included.

      Parameters:
      startTime - The start time of the time range. Only sessions with activity at or after this timestamp are included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endTime

      The end time of the time range. Only sessions with activity before this timestamp are included.

      Parameters:
      endTime - The end time of the time range. Only sessions with activity before this timestamp are included.
      Returns:
      Returns a reference to this object so that method calls can be chained together.