public static interface DescribePatchGroupStateResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<DescribePatchGroupStateResponse.Builder,DescribePatchGroupStateResponse>
Modifier and Type | Method and Description |
---|---|
DescribePatchGroupStateResponse.Builder |
instances(Integer instances)
The number of instances in the patch group.
|
DescribePatchGroupStateResponse.Builder |
instancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
|
DescribePatchGroupStateResponse.Builder |
instancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
|
DescribePatchGroupStateResponse.Builder |
instancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
|
DescribePatchGroupStateResponse.Builder |
instancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch
installation.
|
DescribePatchGroupStateResponse.Builder |
instancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list.
|
DescribePatchGroupStateResponse.Builder |
instancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
|
DescribePatchGroupStateResponse.Builder |
instancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
|
DescribePatchGroupStateResponse.Builder |
instancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with
NotApplicable patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribePatchGroupStateResponse.Builder instances(Integer instances)
The number of instances in the patch group.
instances
- The number of instances in the patch group.DescribePatchGroupStateResponse.Builder instancesWithInstalledPatches(Integer instancesWithInstalledPatches)
The number of instances with installed patches.
instancesWithInstalledPatches
- The number of instances with installed patches.DescribePatchGroupStateResponse.Builder instancesWithInstalledOtherPatches(Integer instancesWithInstalledOtherPatches)
The number of instances with patches installed that aren't defined in the patch baseline.
instancesWithInstalledOtherPatches
- The number of instances with patches installed that aren't defined in the patch baseline.DescribePatchGroupStateResponse.Builder instancesWithInstalledPendingRebootPatches(Integer instancesWithInstalledPendingRebootPatches)
The number of instances with patches installed by Patch Manager that have not been rebooted after the patch installation. The status of these instances is NON_COMPLIANT.
instancesWithInstalledPendingRebootPatches
- The number of instances with patches installed by Patch Manager that have not been rebooted after the
patch installation. The status of these instances is NON_COMPLIANT.DescribePatchGroupStateResponse.Builder instancesWithInstalledRejectedPatches(Integer instancesWithInstalledRejectedPatches)
The number of instances with patches installed that are specified in a RejectedPatches list. Patches with a status of INSTALLED_REJECTED were typically installed before they were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
instancesWithInstalledRejectedPatches
- The number of instances with patches installed that are specified in a RejectedPatches list. Patches
with a status of INSTALLED_REJECTED were typically installed before they were added to a
RejectedPatches list. If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value of InstancesWithInstalledRejectedPatches will always be 0 (zero).
DescribePatchGroupStateResponse.Builder instancesWithMissingPatches(Integer instancesWithMissingPatches)
The number of instances with missing patches from the patch baseline.
instancesWithMissingPatches
- The number of instances with missing patches from the patch baseline.DescribePatchGroupStateResponse.Builder instancesWithFailedPatches(Integer instancesWithFailedPatches)
The number of instances with patches from the patch baseline that failed to install.
instancesWithFailedPatches
- The number of instances with patches from the patch baseline that failed to install.DescribePatchGroupStateResponse.Builder instancesWithNotApplicablePatches(Integer instancesWithNotApplicablePatches)
The number of instances with patches that aren't applicable.
instancesWithNotApplicablePatches
- The number of instances with patches that aren't applicable.DescribePatchGroupStateResponse.Builder instancesWithUnreportedNotApplicablePatches(Integer instancesWithUnreportedNotApplicablePatches)
The number of instances with NotApplicable
patches beyond the supported limit, which are not
reported by name to Systems Manager Inventory.
instancesWithUnreportedNotApplicablePatches
- The number of instances with NotApplicable
patches beyond the supported limit, which are
not reported by name to Systems Manager Inventory.Copyright © 2020. All rights reserved.