Interface ProjectPeriodicScanConfiguration.Builder

  • Method Details

    • frequencyExpression

      ProjectPeriodicScanConfiguration.Builder frequencyExpression(String frequencyExpression)

      The schedule expression for periodic scans, in cron format, applied to the project.

      Parameters:
      frequencyExpression - The schedule expression for periodic scans, in cron format, applied to the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetCategoriesWithStrings

      ProjectPeriodicScanConfiguration.Builder ruleSetCategoriesWithStrings(Collection<String> ruleSetCategories)

      The categories of security rules applied during periodic scans for the project.

      Parameters:
      ruleSetCategories - The categories of security rules applied during periodic scans for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetCategoriesWithStrings

      ProjectPeriodicScanConfiguration.Builder ruleSetCategoriesWithStrings(String... ruleSetCategories)

      The categories of security rules applied during periodic scans for the project.

      Parameters:
      ruleSetCategories - The categories of security rules applied during periodic scans for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetCategories

      The categories of security rules applied during periodic scans for the project.

      Parameters:
      ruleSetCategories - The categories of security rules applied during periodic scans for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ruleSetCategories

      ProjectPeriodicScanConfiguration.Builder ruleSetCategories(RuleSetCategory... ruleSetCategories)

      The categories of security rules applied during periodic scans for the project.

      Parameters:
      ruleSetCategories - The categories of security rules applied during periodic scans for the project.
      Returns:
      Returns a reference to this object so that method calls can be chained together.