public static interface DescribePatchGroupStateResponse.Builder extends SsmResponse.Builder, 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 | 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. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribePatchGroupStateResponse.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 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.