public static interface PatchRuleGroup.Builder extends software.amazon.awssdk.utils.builder.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.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchRules(java.util.Collection) or #withPatchRules(java.util.Collection) if you want to
override the existing values.
patchRules - The rules that make up the rule group.Copyright © 2017. All rights reserved.