Interface PeriodicScanConfiguration.Builder

  • Method Details

    • frequency

      The frequency at which periodic scans are performed (such as weekly or monthly).

      If you don't provide the frequencyExpression Amazon Inspector chooses day for the scan to run. If you provide the frequencyExpression, the schedule must match the specified frequency.

      Parameters:
      frequency - The frequency at which periodic scans are performed (such as weekly or monthly).

      If you don't provide the frequencyExpression Amazon Inspector chooses day for the scan to run. If you provide the frequencyExpression, the schedule must match the specified frequency.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • frequency

      The frequency at which periodic scans are performed (such as weekly or monthly).

      If you don't provide the frequencyExpression Amazon Inspector chooses day for the scan to run. If you provide the frequencyExpression, the schedule must match the specified frequency.

      Parameters:
      frequency - The frequency at which periodic scans are performed (such as weekly or monthly).

      If you don't provide the frequencyExpression Amazon Inspector chooses day for the scan to run. If you provide the frequencyExpression, the schedule must match the specified frequency.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • frequencyExpression

      PeriodicScanConfiguration.Builder frequencyExpression(String frequencyExpression)

      The schedule expression for periodic scans, in cron format.

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