CopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>, SdkBuilder<PatchFilterGroup.Builder,PatchFilterGroup>public static interface PatchFilterGroup.Builder extends CopyableBuilder<PatchFilterGroup.Builder,PatchFilterGroup>
| Modifier and Type | Method | 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 Amazon Web Services, Inc. All Rights Reserved.