Class SecurityMLAnalyticsSettingsDataSource

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

public final class SecurityMLAnalyticsSettingsDataSource extends Object
security ml analytics settings data sources.
  • Constructor Details

    • SecurityMLAnalyticsSettingsDataSource

      public SecurityMLAnalyticsSettingsDataSource()
  • Method Details

    • connectorId

      public String connectorId()
      Get the connectorId property: The connector id that provides the following data types.
      Returns:
      the connectorId value.
    • withConnectorId

      public SecurityMLAnalyticsSettingsDataSource withConnectorId(String connectorId)
      Set the connectorId property: The connector id that provides the following data types.
      Parameters:
      connectorId - the connectorId value to set.
      Returns:
      the SecurityMLAnalyticsSettingsDataSource object itself.
    • dataTypes

      public List<String> dataTypes()
      Get the dataTypes property: The data types used by the security ml analytics settings.
      Returns:
      the dataTypes value.
    • withDataTypes

      public SecurityMLAnalyticsSettingsDataSource withDataTypes(List<String> dataTypes)
      Set the dataTypes property: The data types used by the security ml analytics settings.
      Parameters:
      dataTypes - the dataTypes value to set.
      Returns:
      the SecurityMLAnalyticsSettingsDataSource object itself.
    • validate

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