Interface PatchFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PatchFilter.Builder,,PatchFilter> SdkBuilder<PatchFilter.Builder,,PatchFilter> SdkPojo
- Enclosing class:
- PatchFilter
-
Method Summary
Modifier and TypeMethodDescriptionThe key for the filter.key(PatchFilterKey key) The key for the filter.The value for the filter key.values(Collection<String> values) The value for the filter key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
key
The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
- Parameters:
key- The key for the filter.Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
key
The key for the filter.
Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
- Parameters:
key- The key for the filter.Run the DescribePatchProperties command to view lists of valid keys for each operating system type.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-