Interface PeriodicScanConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PeriodicScanConfiguration.Builder,
,PeriodicScanConfiguration> SdkBuilder<PeriodicScanConfiguration.Builder,
,PeriodicScanConfiguration> SdkPojo
- Enclosing class:
PeriodicScanConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionThe frequency at which periodic scans are performed (such as weekly or monthly).frequency
(PeriodicScanFrequency frequency) The frequency at which periodic scans are performed (such as weekly or monthly).frequencyExpression
(String frequencyExpression) The schedule expression for periodic scans, in cron format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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 thefrequencyExpression
, the schedule must match the specifiedfrequency
.- 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 thefrequencyExpression
, the schedule must match the specifiedfrequency
.- 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 thefrequencyExpression
, the schedule must match the specifiedfrequency
.- 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 thefrequencyExpression
, the schedule must match the specifiedfrequency
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-