public static interface PatchComplianceData.Builder extends SdkPojo, CopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
| Modifier and Type | Method and Description |
|---|---|
PatchComplianceData.Builder |
classification(String classification)
The classification of the patch, such as
SecurityUpdates, Updates, and
CriticalUpdates. |
PatchComplianceData.Builder |
cveIds(String cveIds)
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
|
PatchComplianceData.Builder |
installedTime(Instant installedTime)
The date/time the patch was installed on the managed node.
|
PatchComplianceData.Builder |
kbId(String kbId)
The operating system-specific ID of the patch.
|
PatchComplianceData.Builder |
severity(String severity)
The severity of the patchsuch as
Critical, Important, and Moderate. |
PatchComplianceData.Builder |
state(PatchComplianceDataState state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
state(String state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
title(String title)
The title of the patch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPatchComplianceData.Builder title(String title)
The title of the patch.
title - The title of the patch.PatchComplianceData.Builder kbId(String kbId)
The operating system-specific ID of the patch.
kbId - The operating system-specific ID of the patch.PatchComplianceData.Builder classification(String classification)
The classification of the patch, such as SecurityUpdates, Updates, and
CriticalUpdates.
classification - The classification of the patch, such as SecurityUpdates, Updates, and
CriticalUpdates.PatchComplianceData.Builder severity(String severity)
The severity of the patchsuch as Critical, Important, and Moderate.
severity - The severity of the patchsuch as Critical, Important, and
Moderate.PatchComplianceData.Builder state(String state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
state - The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
PatchComplianceDataState,
PatchComplianceDataStatePatchComplianceData.Builder state(PatchComplianceDataState state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
state - The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
PatchComplianceDataState,
PatchComplianceDataStatePatchComplianceData.Builder installedTime(Instant installedTime)
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
installedTime - The date/time the patch was installed on the managed node. Not all operating systems provide this
level of information.PatchComplianceData.Builder cveIds(String cveIds)
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
cveIds - The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the
patch.Copyright © 2022. All rights reserved.