| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
InstancePatchState.Builder |
InstancePatchState.Builder.baselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
|
static InstancePatchState.Builder |
InstancePatchState.builder() |
InstancePatchState.Builder |
InstancePatchState.Builder.criticalNonCompliantCount(Integer criticalNonCompliantCount)
The number of managed nodes where patches that are specified as
Critical for compliance
reporting in the patch baseline aren't installed. |
InstancePatchState.Builder |
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 |
InstancePatchState.Builder.installedCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedOtherCount(Integer installedOtherCount)
The number of patches not specified in the patch baseline that are installed on the managed node.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedPendingRebootCount(Integer installedPendingRebootCount)
The number of patches installed by Patch Manager since the last time the managed node was rebooted.
|
InstancePatchState.Builder |
InstancePatchState.Builder.installedRejectedCount(Integer installedRejectedCount)
The number of patches installed on a managed node that are specified in a
RejectedPatches list. |
InstancePatchState.Builder |
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 |
InstancePatchState.Builder.instanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
|
InstancePatchState.Builder |
InstancePatchState.Builder.lastNoRebootInstallOperationTime(Instant lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with
NoReboot specified as the reboot
option. |
InstancePatchState.Builder |
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 |
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.
|
InstancePatchState.Builder |
InstancePatchState.Builder.operation(PatchOperationType operation)
The type of patching operation that was performed: or
|
InstancePatchState.Builder |
InstancePatchState.Builder.operation(String operation)
The type of patching operation that was performed: or
|
InstancePatchState.Builder |
InstancePatchState.Builder.operationEndTime(Instant operationEndTime)
The time the most recent patching operation completed on the managed node.
|
InstancePatchState.Builder |
InstancePatchState.Builder.operationStartTime(Instant operationStartTime)
The time the most recent patching operation was started on the managed node.
|
InstancePatchState.Builder |
InstancePatchState.Builder.otherNonCompliantCount(Integer otherNonCompliantCount)
The number of managed nodes with patches installed that are specified as other than
Critical or
Security but aren't compliant with the patch baseline. |
InstancePatchState.Builder |
InstancePatchState.Builder.ownerInformation(String ownerInformation)
Placeholder information.
|
InstancePatchState.Builder |
InstancePatchState.Builder.patchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
|
InstancePatchState.Builder |
InstancePatchState.Builder.rebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState.Builder |
InstancePatchState.Builder.rebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState.Builder |
InstancePatchState.Builder.securityNonCompliantCount(Integer securityNonCompliantCount)
The number of managed nodes where patches that are specified as
Security in a patch advisory
aren't installed. |
InstancePatchState.Builder |
InstancePatchState.Builder.snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.
|
InstancePatchState.Builder |
InstancePatchState.toBuilder() |
InstancePatchState.Builder |
InstancePatchState.Builder.unreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that aren't reported by
name to Inventory. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstancePatchState.Builder> |
InstancePatchState.serializableBuilderClass() |
Copyright © 2021. All rights reserved.