public static interface PatchComplianceData.Builder extends CopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
| Modifier and Type | Method and Description |
|---|---|
PatchComplianceData.Builder |
classification(String classification)
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
PatchComplianceData.Builder |
installedTime(Instant installedTime)
The date/time the patch was installed on the instance.
|
PatchComplianceData.Builder |
kbId(String kbId)
The operating system-specific ID of the patch.
|
PatchComplianceData.Builder |
severity(String severity)
The severity of the patch (for example, Critical, Important, Moderate).
|
PatchComplianceData.Builder |
state(PatchComplianceDataState state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
|
PatchComplianceData.Builder |
state(String state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
|
PatchComplianceData.Builder |
title(String title)
The title of the patch.
|
copyapply, 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 (for example, SecurityUpdates, Updates, CriticalUpdates).
classification - The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).PatchComplianceData.Builder severity(String severity)
The severity of the patch (for example, Critical, Important, Moderate).
severity - The severity of the patch (for example, Critical, Important, Moderate).PatchComplianceData.Builder state(String state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
state - The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or
FAILED).PatchComplianceDataState,
PatchComplianceDataStatePatchComplianceData.Builder state(PatchComplianceDataState state)
The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or FAILED).
state - The state of the patch on the instance (INSTALLED, INSTALLED_OTHER, MISSING, NOT_APPLICABLE or
FAILED).PatchComplianceDataState,
PatchComplianceDataStatePatchComplianceData.Builder installedTime(Instant installedTime)
The date/time the patch was installed on the instance. Note that not all operating systems provide this level of information.
installedTime - The date/time the patch was installed on the instance. Note that not all operating systems provide
this level of information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.