Interface InstancePatchStateFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InstancePatchStateFilter.Builder,,InstancePatchStateFilter> SdkBuilder<InstancePatchStateFilter.Builder,,InstancePatchStateFilter> SdkPojo
- Enclosing class:
- InstancePatchStateFilter
-
Method Summary
Modifier and TypeMethodDescriptionThe key for the filter.The type of comparison that should be performed for the value.The type of comparison that should be performed for the value.The value for the filter.values(Collection<String> values) The value for the filter.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. Supported values include the following:
-
InstalledCount -
InstalledOtherCount -
InstalledPendingRebootCount -
InstalledRejectedCount -
MissingCount -
FailedCount -
UnreportedNotApplicableCount -
NotApplicableCount
- Parameters:
key- The key for the filter. Supported values include the following:-
InstalledCount -
InstalledOtherCount -
InstalledPendingRebootCount -
InstalledRejectedCount -
MissingCount -
FailedCount -
UnreportedNotApplicableCount -
NotApplicableCount
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
values
The value for the filter. Must be an integer greater than or equal to 0.
- Parameters:
values- The value for the filter. Must be an integer greater than or equal to 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
The value for the filter. Must be an integer greater than or equal to 0.
- Parameters:
values- The value for the filter. Must be an integer greater than or equal to 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of comparison that should be performed for the value.
- Parameters:
type- The type of comparison that should be performed for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of comparison that should be performed for the value.
- Parameters:
type- The type of comparison that should be performed for the value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-