CopyableBuilder<PatchFilter.Builder,PatchFilter>, SdkBuilder<PatchFilter.Builder,PatchFilter>public static interface PatchFilter.Builder extends CopyableBuilder<PatchFilter.Builder,PatchFilter>
| Modifier and Type | Method | Description |
|---|---|---|
PatchFilter.Builder |
key(String key) |
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
|
PatchFilter.Builder |
key(PatchFilterKey key) |
The key for the filter (PRODUCT, CLASSIFICATION, MSRC_SEVERITY, PATCH_ID)
|
PatchFilter.Builder |
values(String... values) |
The value for the filter key.
|
PatchFilter.Builder |
values(Collection<String> values) |
The value for the filter key.
|
copyapply, buildPatchFilter.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)PatchFilterKeyPatchFilter.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)PatchFilterKeyPatchFilter.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.
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection) or #withValues(java.util.Collection) if you want to override
the existing values.
values - The value for the filter key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.