public static interface PatchRuleGroup.Builder extends SdkPojo, 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(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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, 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.PatchRuleGroup.Builder patchRules(Consumer<PatchRule.Builder>... patchRules)
The rules that make up the rule group.
This is a convenience method that creates an instance of thePatchRule.Builder avoiding the need to create one manually
via PatchRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #patchRules(List.
patchRules - a consumer that will call methods on
PatchRule.Builder#patchRules(java.util.Collection) Copyright © 2022. All rights reserved.