public static interface PatchRuleGroup.Builder extends CopyableBuilder<PatchRuleGroup.Builder,PatchRuleGroup>
| Modifier and Type | Method and Description |
|---|---|
PatchRuleGroup.Builder |
patchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
|
PatchRuleGroup.Builder |
patchRules(PatchRule... patchRules)
The rules that make up the rule group.
|
copyapply, buildPatchRuleGroup.Builder patchRules(Collection<PatchRule> patchRules)
The rules that make up the rule group.
patchRules - The rules that make up the rule group.PatchRuleGroup.Builder patchRules(PatchRule... patchRules)
The rules that make up the rule group.
patchRules - The rules that make up the rule group.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.