CopyableBuilder<PatchRuleGroup.Builder,PatchRuleGroup>, SdkBuilder<PatchRuleGroup.Builder,PatchRuleGroup>public static interface PatchRuleGroup.Builder extends CopyableBuilder<PatchRuleGroup.Builder,PatchRuleGroup>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.