public static interface PatchFilter.Builder extends SdkPojo, CopyableBuilder<PatchFilter.Builder,PatchFilter>
| Modifier and Type | Method and Description |
|---|---|
PatchFilter.Builder |
key(PatchFilterKey key)
The key for the filter.
|
PatchFilter.Builder |
key(String key)
The key for the filter.
|
PatchFilter.Builder |
values(Collection<String> values)
The value for the filter key.
|
PatchFilter.Builder |
values(String... values)
The value for the filter key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPatchFilter.Builder key(String key)
The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
key - The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
PatchFilterKey,
PatchFilterKeyPatchFilter.Builder key(PatchFilterKey key)
The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
key - The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
PatchFilterKey,
PatchFilterKeyPatchFilter.Builder values(Collection<String> values)
The value for the filter key.
Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.
values - The value for the filter key.
Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.
PatchFilter.Builder values(String... values)
The value for the filter key.
Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.
values - The value for the filter key.
Run the DescribePatchProperties command to view lists of valid values for each key based on operating system type.
Copyright © 2023. All rights reserved.