public static interface PatchFilterGroup.Builder extends 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.
|
copy
apply, build
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.