Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchRule.Builder
Packages that use PatchRule.Builder
-
Uses of PatchRule.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchRule.BuilderModifier and TypeMethodDescriptionPatchRule.Builder.approveAfterDays(Integer approveAfterDays) The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline.PatchRule.Builder.approveUntilDate(String approveUntilDate) The cutoff date for auto approval of released patches.static PatchRule.BuilderPatchRule.builder()PatchRule.Builder.complianceLevel(String complianceLevel) A compliance severity level for all approved patches in a patch baseline.PatchRule.Builder.complianceLevel(PatchComplianceLevel complianceLevel) A compliance severity level for all approved patches in a patch baseline.PatchRule.Builder.enableNonSecurity(Boolean enableNonSecurity) For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.default PatchRule.BuilderPatchRule.Builder.patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup) The patch filter group that defines the criteria for the rule.PatchRule.Builder.patchFilterGroup(PatchFilterGroup patchFilterGroup) The patch filter group that defines the criteria for the rule.PatchRule.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchRule.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchRule.Builder>PatchRule.serializableBuilderClass()