Class EventGroupingSettings

java.lang.Object
com.azure.resourcemanager.securityinsights.models.EventGroupingSettings

public final class EventGroupingSettings extends Object
Event grouping settings property bag.
  • Constructor Details

    • EventGroupingSettings

      public EventGroupingSettings()
  • Method Details

    • aggregationKind

      public EventGroupingAggregationKind aggregationKind()
      Get the aggregationKind property: The event grouping aggregation kinds.
      Returns:
      the aggregationKind value.
    • withAggregationKind

      public EventGroupingSettings withAggregationKind(EventGroupingAggregationKind aggregationKind)
      Set the aggregationKind property: The event grouping aggregation kinds.
      Parameters:
      aggregationKind - the aggregationKind value to set.
      Returns:
      the EventGroupingSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.