Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchRuleGroup.Builder
Packages that use PatchRuleGroup.Builder
-
Uses of PatchRuleGroup.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchRuleGroup.BuilderModifier and TypeMethodDescriptionstatic PatchRuleGroup.BuilderPatchRuleGroup.builder()PatchRuleGroup.Builder.patchRules(Collection<PatchRule> patchRules) The rules that make up the rule group.PatchRuleGroup.Builder.patchRules(Consumer<PatchRule.Builder>... patchRules) The rules that make up the rule group.PatchRuleGroup.Builder.patchRules(PatchRule... patchRules) The rules that make up the rule group.PatchRuleGroup.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchRuleGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchRuleGroup.Builder>PatchRuleGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchRuleGroup.BuilderModifier and TypeMethodDescriptiondefault BaselineOverride.BuilderBaselineOverride.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) Sets the value of the ApprovalRules property for this object.CreatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.default GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.