CopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>, SdkBuilder<PatchComplianceData.Builder,PatchComplianceData>public static interface PatchComplianceData.Builder extends CopyableBuilder<PatchComplianceData.Builder,PatchComplianceData>
| Modifier and Type | Method | Description |
|---|---|---|
PatchComplianceData.Builder |
classification(String classification) |
The classification of the patch (for example, SecurityUpdates, Updates, CriticalUpdates).
|
PatchComplianceData.Builder |
installedTime(Date installedTime) |
The date/time the patch was installed on the instance.
|
PatchComplianceData.Builder |
kbId(String kbId) |
The Microsoft Knowledge Base ID of the patch.
|
PatchComplianceData.Builder |
severity(String 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).
|
PatchComplianceData.Builder |
state(PatchComplianceDataState 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 Microsoft Knowledge Base ID of the patch.
kbId - The Microsoft Knowledge Base 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).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).PatchComplianceDataStatePatchComplianceData.Builder installedTime(Date installedTime)
The date/time the patch was installed on the instance.
installedTime - The date/time the patch was installed on the instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.