public static interface PatchFilter.Builder extends CopyableBuilder<PatchFilter.Builder,PatchFilter>
Modifier and Type | Method and Description |
---|---|
PatchFilter.Builder |
key(PatchFilterKey key)
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
|
PatchFilter.Builder |
key(String key)
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
|
PatchFilter.Builder |
values(Collection<String> values)
The value for the filter key.
|
PatchFilter.Builder |
values(String... values)
The value for the filter key.
|
copy
apply, build
PatchFilter.Builder key(String key)
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
key
- The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)PatchFilterKey
,
PatchFilterKey
PatchFilter.Builder key(PatchFilterKey key)
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
key
- The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)PatchFilterKey
,
PatchFilterKey
PatchFilter.Builder values(Collection<String> values)
The value for the filter key.
values
- The value for the filter key.PatchFilter.Builder values(String... values)
The value for the filter key.
values
- The value for the filter key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.