Uses of Class
software.amazon.awscdk.services.inspectorv2.CfnCisScanConfiguration.ScheduleProperty.Builder
Packages that use CfnCisScanConfiguration.ScheduleProperty.Builder
-
Uses of CfnCisScanConfiguration.ScheduleProperty.Builder in software.amazon.awscdk.services.inspectorv2
Methods in software.amazon.awscdk.services.inspectorv2 that return CfnCisScanConfiguration.ScheduleProperty.BuilderModifier and TypeMethodDescriptionCfnCisScanConfiguration.ScheduleProperty.builder()
CfnCisScanConfiguration.ScheduleProperty.Builder.daily
(IResolvable daily) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getDaily()
CfnCisScanConfiguration.ScheduleProperty.Builder.daily
(CfnCisScanConfiguration.DailyScheduleProperty daily) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getDaily()
CfnCisScanConfiguration.ScheduleProperty.Builder.monthly
(IResolvable monthly) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getMonthly()
CfnCisScanConfiguration.ScheduleProperty.Builder.monthly
(CfnCisScanConfiguration.MonthlyScheduleProperty monthly) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getMonthly()
Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getOneTime()
CfnCisScanConfiguration.ScheduleProperty.Builder.weekly
(IResolvable weekly) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getWeekly()
CfnCisScanConfiguration.ScheduleProperty.Builder.weekly
(CfnCisScanConfiguration.WeeklyScheduleProperty weekly) Sets the value ofCfnCisScanConfiguration.ScheduleProperty.getWeekly()
Constructors in software.amazon.awscdk.services.inspectorv2 with parameters of type CfnCisScanConfiguration.ScheduleProperty.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCisScanConfiguration.ScheduleProperty.Builder
.