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, sdkFields
copy
applyMutation, build
PatchFilter.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
,
PatchFilterKey
PatchFilter.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
,
PatchFilterKey
PatchFilter.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 © 2021 Amazon Web Services, Inc. All Rights Reserved.