public static interface PatchFilterGroup.Builder extends SdkPojo, CopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
| Modifier and Type | Method and Description |
|---|---|
PatchFilterGroup.Builder |
patchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup.Builder |
patchFilters(Consumer<PatchFilter.Builder>... patchFilters)
The set of patch filters that make up the group.
|
PatchFilterGroup.Builder |
patchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPatchFilterGroup.Builder patchFilters(Collection<PatchFilter> patchFilters)
The set of patch filters that make up the group.
patchFilters - The set of patch filters that make up the group.PatchFilterGroup.Builder patchFilters(PatchFilter... patchFilters)
The set of patch filters that make up the group.
patchFilters - The set of patch filters that make up the group.PatchFilterGroup.Builder patchFilters(Consumer<PatchFilter.Builder>... patchFilters)
The set of patch filters that make up the group.
This is a convenience method that creates an instance of thePatchFilter.Builder avoiding the need to create one
manually via PatchFilter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #patchFilters(List.
patchFilters - a consumer that will call methods on
PatchFilter.Builder#patchFilters(java.util.Collection) Copyright © 2022. All rights reserved.