| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchComplianceData.Builder |
PatchComplianceData.builder() |
PatchComplianceData.Builder |
PatchComplianceData.Builder.classification(String classification)
The classification of the patch, such as
SecurityUpdates, Updates, and
CriticalUpdates. |
PatchComplianceData.Builder |
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 |
PatchComplianceData.Builder.installedTime(Instant installedTime)
The date/time the patch was installed on the managed node.
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.kbId(String kbId)
The operating system-specific ID of the patch.
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.severity(String severity)
The severity of the patch such as
Critical, Important, and Moderate. |
PatchComplianceData.Builder |
PatchComplianceData.Builder.state(PatchComplianceDataState state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.state(String state)
The state of the patch on the managed node, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.title(String title)
The title of the patch.
|
PatchComplianceData.Builder |
PatchComplianceData.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchComplianceData.Builder> |
PatchComplianceData.serializableBuilderClass() |
Copyright © 2023. All rights reserved.