Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchRuleGroup.Builder
-
Packages that use PatchRuleGroup.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of PatchRuleGroup.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchRuleGroup.Builder Modifier and Type Method Description static PatchRuleGroup.BuilderPatchRuleGroup. builder()PatchRuleGroup.BuilderPatchRuleGroup.Builder. patchRules(Collection<PatchRule> patchRules)The rules that make up the rule group.PatchRuleGroup.BuilderPatchRuleGroup.Builder. patchRules(Consumer<PatchRule.Builder>... patchRules)The rules that make up the rule group.PatchRuleGroup.BuilderPatchRuleGroup.Builder. patchRules(PatchRule... patchRules)The rules that make up the rule group.PatchRuleGroup.BuilderPatchRuleGroup. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchRuleGroup.Builder Modifier and Type Method Description static Class<? extends PatchRuleGroup.Builder>PatchRuleGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type PatchRuleGroup.Builder Modifier and Type Method Description default BaselineOverride.BuilderBaselineOverride.Builder. approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)Sets the value of the ApprovalRules property for this object.default CreatePatchBaselineRequest.BuilderCreatePatchBaselineRequest.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.default UpdatePatchBaselineRequest.BuilderUpdatePatchBaselineRequest.Builder. approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)A set of rules used to include patches in the baseline.default UpdatePatchBaselineResponse.BuilderUpdatePatchBaselineResponse.Builder. approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)A set of rules used to include patches in the baseline.
-