Uses of Class
software.amazon.awscdk.services.ssm.CfnPatchBaseline.RuleProperty.Builder
-
Uses of CfnPatchBaseline.RuleProperty.Builder in software.amazon.awscdk.services.ssm
Modifier and TypeMethodDescriptionCfnPatchBaseline.RuleProperty.Builder.approveAfterDays
(Number approveAfterDays) Sets the value ofCfnPatchBaseline.RuleProperty.getApproveAfterDays()
CfnPatchBaseline.RuleProperty.Builder.approveUntilDate
(String approveUntilDate) Sets the value ofCfnPatchBaseline.RuleProperty.getApproveUntilDate()
CfnPatchBaseline.RuleProperty.builder()
CfnPatchBaseline.RuleProperty.Builder.complianceLevel
(String complianceLevel) Sets the value ofCfnPatchBaseline.RuleProperty.getComplianceLevel()
CfnPatchBaseline.RuleProperty.Builder.enableNonSecurity
(Boolean enableNonSecurity) Sets the value ofCfnPatchBaseline.RuleProperty.getEnableNonSecurity()
CfnPatchBaseline.RuleProperty.Builder.enableNonSecurity
(IResolvable enableNonSecurity) Sets the value ofCfnPatchBaseline.RuleProperty.getEnableNonSecurity()
CfnPatchBaseline.RuleProperty.Builder.patchFilterGroup
(IResolvable patchFilterGroup) Sets the value ofCfnPatchBaseline.RuleProperty.getPatchFilterGroup()
CfnPatchBaseline.RuleProperty.Builder.patchFilterGroup
(CfnPatchBaseline.PatchFilterGroupProperty patchFilterGroup) Sets the value ofCfnPatchBaseline.RuleProperty.getPatchFilterGroup()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPatchBaseline.RuleProperty.Builder
.