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 (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, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
state(String state)
The state of the patch on the instance, such as INSTALLED or FAILED.
|
PatchComplianceData.Builder |
title(String title)
The title of the patch.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PatchComplianceData.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, such as INSTALLED or FAILED.
For descriptions of each patch state, see About Patch Compliance in the AWS Systems Manager User Guide.
state
- The state of the patch on the instance, such as INSTALLED or FAILED.
For descriptions of each patch state, see About Patch Compliance in the AWS Systems Manager User Guide.
PatchComplianceDataState
,
PatchComplianceDataState
PatchComplianceData.Builder state(PatchComplianceDataState state)
The state of the patch on the instance, such as INSTALLED or FAILED.
For descriptions of each patch state, see About Patch Compliance in the AWS Systems Manager User Guide.
state
- The state of the patch on the instance, such as INSTALLED or FAILED.
For descriptions of each patch state, see About Patch Compliance in the AWS Systems Manager User Guide.
PatchComplianceDataState
,
PatchComplianceDataState
PatchComplianceData.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 © 2020. All rights reserved.