| 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 (for example, SecurityUpdates, Updates, CriticalUpdates).
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.installedTime(Instant installedTime)
The date/time the patch was installed on the instance.
|
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 (for example, Critical, Important, Moderate).
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.state(PatchComplianceDataState state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
|
PatchComplianceData.Builder |
PatchComplianceData.Builder.state(String state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE 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 © 2017. All rights reserved.