Uses of Class
software.amazon.awscdk.services.ssm.CfnMaintenanceWindowProps.Builder
-
Uses of CfnMaintenanceWindowProps.Builder in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptionCfnMaintenanceWindowProps.Builder.allowUnassociatedTargets
(Boolean allowUnassociatedTargets) Sets the value ofCfnMaintenanceWindowProps.getAllowUnassociatedTargets()
CfnMaintenanceWindowProps.Builder.allowUnassociatedTargets
(IResolvable allowUnassociatedTargets) Sets the value ofCfnMaintenanceWindowProps.getAllowUnassociatedTargets()
CfnMaintenanceWindowProps.builder()
Sets the value ofCfnMaintenanceWindowProps.getCutoff()
CfnMaintenanceWindowProps.Builder.description
(String description) Sets the value ofCfnMaintenanceWindowProps.getDescription()
Sets the value ofCfnMaintenanceWindowProps.getDuration()
Sets the value ofCfnMaintenanceWindowProps.getEndDate()
Sets the value ofCfnMaintenanceWindowProps.getName()
Sets the value ofCfnMaintenanceWindowProps.getSchedule()
CfnMaintenanceWindowProps.Builder.scheduleOffset
(Number scheduleOffset) Sets the value ofCfnMaintenanceWindowProps.getScheduleOffset()
CfnMaintenanceWindowProps.Builder.scheduleTimezone
(String scheduleTimezone) Sets the value ofCfnMaintenanceWindowProps.getScheduleTimezone()
Sets the value ofCfnMaintenanceWindowProps.getStartDate()
Sets the value ofCfnMaintenanceWindowProps.getTags()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMaintenanceWindowProps.Builder
.