Uses of Interface
software.amazon.awssdk.services.ssm.model.InstancePatchState.Builder
Packages that use InstancePatchState.Builder
-
Uses of InstancePatchState.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InstancePatchState.BuilderModifier and TypeMethodDescriptionInstancePatchState.Builder.availableSecurityUpdateCount(Integer availableSecurityUpdateCount) The number of security-related patches that are available but not approved because they didn't meet the patch baseline requirements.InstancePatchState.Builder.baselineId(String baselineId) The ID of the patch baseline used to patch the managed node.static InstancePatchState.BuilderInstancePatchState.builder()InstancePatchState.Builder.criticalNonCompliantCount(Integer criticalNonCompliantCount) The number of patches per node that are specified asCriticalfor compliance reporting in the patch baseline aren't installed.InstancePatchState.Builder.failedCount(Integer failedCount) The number of patches from the patch baseline that were attempted to be installed during the last patching operation, but failed to install.InstancePatchState.Builder.installedCount(Integer installedCount) The number of patches from the patch baseline that are installed on the managed node.InstancePatchState.Builder.installedOtherCount(Integer installedOtherCount) The number of patches not specified in the patch baseline that are installed on the managed node.InstancePatchState.Builder.installedPendingRebootCount(Integer installedPendingRebootCount) The number of patches installed by Patch Manager since the last time the managed node was rebooted.InstancePatchState.Builder.installedRejectedCount(Integer installedRejectedCount) The number of patches installed on a managed node that are specified in aRejectedPatcheslist.InstancePatchState.Builder.installOverrideList(String installOverrideList) An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be installed.InstancePatchState.Builder.instanceId(String instanceId) The ID of the managed node the high-level patch compliance information was collected for.InstancePatchState.Builder.lastNoRebootInstallOperationTime(Instant lastNoRebootInstallOperationTime) The time of the last attempt to patch the managed node withNoRebootspecified as the reboot option.InstancePatchState.Builder.missingCount(Integer missingCount) The number of patches from the patch baseline that are applicable for the managed node but aren't currently installed.InstancePatchState.Builder.notApplicableCount(Integer notApplicableCount) The number of patches from the patch baseline that aren't applicable for the managed node and therefore aren't installed on the node.The type of patching operation that was performed: orInstancePatchState.Builder.operation(PatchOperationType operation) The type of patching operation that was performed: orInstancePatchState.Builder.operationEndTime(Instant operationEndTime) The time the most recent patching operation completed on the managed node.InstancePatchState.Builder.operationStartTime(Instant operationStartTime) The time the most recent patching operation was started on the managed node.InstancePatchState.Builder.otherNonCompliantCount(Integer otherNonCompliantCount) The number of patches per node that are specified as other thanCriticalorSecuritybut aren't compliant with the patch baseline.InstancePatchState.Builder.ownerInformation(String ownerInformation) Placeholder information.InstancePatchState.Builder.patchGroup(String patchGroup) The name of the patch group the managed node belongs to.InstancePatchState.Builder.rebootOption(String rebootOption) Indicates the reboot option specified in the patch baseline.InstancePatchState.Builder.rebootOption(RebootOption rebootOption) Indicates the reboot option specified in the patch baseline.InstancePatchState.Builder.securityNonCompliantCount(Integer securityNonCompliantCount) The number of patches per node that are specified asSecurityin a patch advisory aren't installed.InstancePatchState.Builder.snapshotId(String snapshotId) The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.InstancePatchState.toBuilder()InstancePatchState.Builder.unreportedNotApplicableCount(Integer unreportedNotApplicableCount) The number of patches beyond the supported limit ofNotApplicableCountthat aren't reported by name to Inventory.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InstancePatchState.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InstancePatchState.Builder>InstancePatchState.serializableBuilderClass()