Interface PeriodicScanConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PeriodicScanConfiguration.Builder,,- PeriodicScanConfiguration> - SdkBuilder<PeriodicScanConfiguration.Builder,,- PeriodicScanConfiguration> - SdkPojo
- Enclosing class:
- PeriodicScanConfiguration
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
frequencyThe frequency at which periodic scans are performed (such as weekly or monthly). If you don't provide the frequencyExpressionAmazon 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 - frequencyExpressionAmazon 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:
 
- 
frequencyThe frequency at which periodic scans are performed (such as weekly or monthly). If you don't provide the frequencyExpressionAmazon 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 - frequencyExpressionAmazon 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:
 
- 
frequencyExpressionThe 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.
 
 
-