Interface CloudWatchFilterConfig.Builder

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

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

    • sessionIds

      A list of specific session IDs to evaluate. If specified, only these sessions are included in the evaluation.

      Parameters:
      sessionIds - A list of specific session IDs to evaluate. If specified, only these sessions are included in the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionIds

      CloudWatchFilterConfig.Builder sessionIds(String... sessionIds)

      A list of specific session IDs to evaluate. If specified, only these sessions are included in the evaluation.

      Parameters:
      sessionIds - A list of specific session IDs to evaluate. If specified, only these sessions are included in the evaluation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeRange

      The time range filter for selecting sessions to evaluate.

      Parameters:
      timeRange - The time range filter for selecting sessions to evaluate.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • timeRange

      The time range filter for selecting sessions to evaluate.

      This is a convenience method that creates an instance of the SessionFilterConfig.Builder avoiding the need to create one manually via SessionFilterConfig.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to timeRange(SessionFilterConfig).

      Parameters:
      timeRange - a consumer that will call methods on SessionFilterConfig.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: