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 |
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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
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 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.