public static interface InstancePatchStateFilter.Builder extends SdkPojo, CopyableBuilder<InstancePatchStateFilter.Builder,InstancePatchStateFilter>
| Modifier and Type | Method and Description |
|---|---|
InstancePatchStateFilter.Builder |
key(String key)
The key for the filter.
|
InstancePatchStateFilter.Builder |
type(InstancePatchStateOperatorType type)
The type of comparison that should be performed for the value.
|
InstancePatchStateFilter.Builder |
type(String type)
The type of comparison that should be performed for the value.
|
InstancePatchStateFilter.Builder |
values(Collection<String> values)
The value for the filter.
|
InstancePatchStateFilter.Builder |
values(String... values)
The value for the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstancePatchStateFilter.Builder key(String key)
The key for the filter. Supported values include the following:
InstalledCount
InstalledOtherCount
InstalledPendingRebootCount
InstalledRejectedCount
MissingCount
FailedCount
UnreportedNotApplicableCount
NotApplicableCount
key - The key for the filter. Supported values include the following:
InstalledCount
InstalledOtherCount
InstalledPendingRebootCount
InstalledRejectedCount
MissingCount
FailedCount
UnreportedNotApplicableCount
NotApplicableCount
InstancePatchStateFilter.Builder values(Collection<String> values)
The value for the filter. Must be an integer greater than or equal to 0.
values - The value for the filter. Must be an integer greater than or equal to 0.InstancePatchStateFilter.Builder values(String... values)
The value for the filter. Must be an integer greater than or equal to 0.
values - The value for the filter. Must be an integer greater than or equal to 0.InstancePatchStateFilter.Builder type(String type)
The type of comparison that should be performed for the value.
type - The type of comparison that should be performed for the value.InstancePatchStateOperatorType,
InstancePatchStateOperatorTypeInstancePatchStateFilter.Builder type(InstancePatchStateOperatorType type)
The type of comparison that should be performed for the value.
type - The type of comparison that should be performed for the value.InstancePatchStateOperatorType,
InstancePatchStateOperatorTypeCopyright © 2023. All rights reserved.