public static interface InstancePatchState.Builder extends SdkPojo, CopyableBuilder<InstancePatchState.Builder,InstancePatchState>
| Modifier and Type | Method and Description |
|---|---|
InstancePatchState.Builder |
baselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
|
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 |
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 a
RejectedPatches list. |
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 with
NoReboot specified 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.
|
InstancePatchState.Builder |
operation(PatchOperationType operation)
The type of patching operation that was performed: or
|
InstancePatchState.Builder |
operation(String operation)
The type of patching operation that was performed: or
|
InstancePatchState.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 managed nodes with patches installed that are specified as other than
Critical or
Security but 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(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
|
InstancePatchState.Builder |
rebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
|
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 |
snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.
|
InstancePatchState.Builder |
unreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of
NotApplicableCount that aren't reported by
name to Inventory. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstancePatchState.Builder instanceId(String instanceId)
The ID of the managed node the high-level patch compliance information was collected for.
instanceId - The ID of the managed node the high-level patch compliance information was collected for.InstancePatchState.Builder patchGroup(String patchGroup)
The name of the patch group the managed node belongs to.
patchGroup - The name of the patch group the managed node belongs to.InstancePatchState.Builder baselineId(String baselineId)
The ID of the patch baseline used to patch the managed node.
baselineId - The ID of the patch baseline used to patch the managed node.InstancePatchState.Builder snapshotId(String snapshotId)
The ID of the patch baseline snapshot used during the patching operation when this compliance data was collected.
snapshotId - The ID of the patch baseline snapshot used during the patching operation when this compliance data was
collected.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. This patch installation list, which you maintain in an S3 bucket in YAML format and specify in the
SSM document AWS-RunPatchBaseline, overrides the patches specified by the default patch
baseline.
For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems Manager
User Guide.
installOverrideList - An https URL or an Amazon Simple Storage Service (Amazon S3) path-style URL to a list of patches to be
installed. This patch installation list, which you maintain in an S3 bucket in YAML format and specify
in the SSM document AWS-RunPatchBaseline, overrides the patches specified by the default
patch baseline.
For more information about the InstallOverrideList parameter, see About the AWS-RunPatchBaseline SSM document in the Amazon Web Services Systems
Manager User Guide.
InstancePatchState.Builder ownerInformation(String ownerInformation)
Placeholder information. This field will always be empty in the current release of the service.
ownerInformation - Placeholder information. This field will always be empty in the current release of the service.InstancePatchState.Builder installedCount(Integer installedCount)
The number of patches from the patch baseline that are installed on the managed node.
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.
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.
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 a RejectedPatches list.
Patches with a status of InstalledRejected were typically installed before they were added to a
RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction, the value
of InstalledRejectedCount will always be 0 (zero).
installedRejectedCount - The number of patches installed on a managed node that are specified in a RejectedPatches
list. Patches with a status of InstalledRejected were typically installed before they
were added to a RejectedPatches list.
If ALLOW_AS_DEPENDENCY is the specified option for RejectedPatchesAction,
the value of InstalledRejectedCount will always be 0 (zero).
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.
missingCount - The number of patches from the patch baseline that are applicable for the managed node but aren't
currently 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.
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 unreportedNotApplicableCount(Integer unreportedNotApplicableCount)
The number of patches beyond the supported limit of NotApplicableCount that aren't reported by
name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.
unreportedNotApplicableCount - The number of patches beyond the supported limit of NotApplicableCount that aren't
reported by name to Inventory. Inventory is a capability of Amazon Web Services Systems Manager.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. This number may be truncated if the list of patch names is very large. The
number of patches beyond this limit are reported in UnreportedNotApplicableCount.
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. This number may be truncated if the list of patch names is
very large. The number of patches beyond this limit are reported in
UnreportedNotApplicableCount.InstancePatchState.Builder operationStartTime(Instant operationStartTime)
The time the most recent patching operation was started on the managed node.
operationStartTime - The time the most recent patching operation was started on the managed node.InstancePatchState.Builder operationEndTime(Instant operationEndTime)
The time the most recent patching operation completed on the managed node.
operationEndTime - The time the most recent patching operation completed on the managed node.InstancePatchState.Builder operation(String operation)
The type of patching operation that was performed: or
SCAN assesses the patch compliance state.
INSTALL installs missing patches.
operation - The type of patching operation that was performed: or
SCAN assesses the patch compliance state.
INSTALL installs missing patches.
PatchOperationType,
PatchOperationTypeInstancePatchState.Builder operation(PatchOperationType operation)
The type of patching operation that was performed: or
SCAN assesses the patch compliance state.
INSTALL installs missing patches.
operation - The type of patching operation that was performed: or
SCAN assesses the patch compliance state.
INSTALL installs missing patches.
PatchOperationType,
PatchOperationTypeInstancePatchState.Builder lastNoRebootInstallOperationTime(Instant lastNoRebootInstallOperationTime)
The time of the last attempt to patch the managed node with NoReboot specified as the reboot
option.
lastNoRebootInstallOperationTime - The time of the last attempt to patch the managed node with NoReboot specified as the
reboot option.InstancePatchState.Builder rebootOption(String rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager
Scan operations.
RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or
if any patches are detected with a status of InstalledPendingReboot.
NoReboot: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot.
These patches might not be in effect until a reboot is performed.
rebootOption - Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install operations only. Reboots aren't attempted for Patch
Manager Scan operations.
RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any
patches, or if any patches are detected with a status of InstalledPendingReboot.
NoReboot: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of
InstalledPendingReboot. These patches might not be in effect until a reboot is performed.
RebootOption,
RebootOptionInstancePatchState.Builder rebootOption(RebootOption rebootOption)
Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install operations only. Reboots aren't attempted for Patch Manager
Scan operations.
RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any patches, or
if any patches are detected with a status of InstalledPendingReboot.
NoReboot: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of InstalledPendingReboot.
These patches might not be in effect until a reboot is performed.
rebootOption - Indicates the reboot option specified in the patch baseline.
Reboot options apply to Install operations only. Reboots aren't attempted for Patch
Manager Scan operations.
RebootIfNeeded: Patch Manager tries to reboot the managed node if it installed any
patches, or if any patches are detected with a status of InstalledPendingReboot.
NoReboot: Patch Manager attempts to install missing packages without trying to reboot the
system. Patches installed with this option are assigned a status of
InstalledPendingReboot. These patches might not be in effect until a reboot is performed.
RebootOption,
RebootOptionInstancePatchState.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. These patches might be missing, have failed installation,
were rejected, or were installed but awaiting a required managed node reboot. The status of these managed
nodes is NON_COMPLIANT.
criticalNonCompliantCount - The number of managed nodes where patches that are specified as Critical for compliance
reporting in the patch baseline aren't installed. These patches might be missing, have failed
installation, were rejected, or were installed but awaiting a required managed node reboot. The status
of these managed nodes is NON_COMPLIANT.InstancePatchState.Builder securityNonCompliantCount(Integer securityNonCompliantCount)
The number of managed nodes where patches that are specified as Security in a patch advisory
aren't installed. These patches might be missing, have failed installation, were rejected, or were installed
but awaiting a required managed node reboot. The status of these managed nodes is NON_COMPLIANT.
securityNonCompliantCount - The number of managed nodes where patches that are specified as Security in a patch
advisory aren't installed. These patches might be missing, have failed installation, were rejected, or
were installed but awaiting a required managed node reboot. The status of these managed nodes is
NON_COMPLIANT.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. The status of these managed nodes is
NON_COMPLIANT.
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. The
status of these managed nodes is NON_COMPLIANT.Copyright © 2022. All rights reserved.