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.
|
PatchFilterGroup.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.Copyright © 2018. All rights reserved.