public static interface PatchFilterGroup.Builder extends software.amazon.awssdk.utils.builder.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(PatchFilter... patchFilters)
The set of patch filters that make up the group.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setPatchFilters(java.util.Collection) or #withPatchFilters(java.util.Collection) if you want
to override the existing values.
patchFilters - The set of patch filters that make up the group.Copyright © 2017. All rights reserved.