Interface PatchComplianceData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PatchComplianceData.Builder,
,PatchComplianceData> SdkBuilder<PatchComplianceData.Builder,
,PatchComplianceData> SdkPojo
- Enclosing class:
PatchComplianceData
-
Method Summary
Modifier and TypeMethodDescriptionclassification
(String classification) The classification of the patch, such asSecurityUpdates
,Updates
, andCriticalUpdates
.The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.installedTime
(Instant installedTime) The date/time the patch was installed on the managed node.The operating system-specific ID of the patch.The severity of the patch such asCritical
,Important
, andModerate
.The state of the patch on the managed node, such as INSTALLED or FAILED.state
(PatchComplianceDataState state) The state of the patch on the managed node, such as INSTALLED or FAILED.The title of the patch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
title
The title of the patch.
- Parameters:
title
- The title of the patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kbId
The operating system-specific ID of the patch.
- Parameters:
kbId
- The operating system-specific ID of the patch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
classification
The classification of the patch, such as
SecurityUpdates
,Updates
, andCriticalUpdates
.- Parameters:
classification
- The classification of the patch, such asSecurityUpdates
,Updates
, andCriticalUpdates
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
severity
The severity of the patch such as
Critical
,Important
, andModerate
.- Parameters:
severity
- The severity of the patch such asCritical
,Important
, andModerate
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
- Parameters:
state
- The state of the patch on the managed node, such as INSTALLED or FAILED.For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of the patch on the managed node, such as INSTALLED or FAILED.
For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
- Parameters:
state
- The state of the patch on the managed node, such as INSTALLED or FAILED.For descriptions of each patch state, see About patch compliance in the Amazon Web Services Systems Manager User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
installedTime
The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.
- Parameters:
installedTime
- The date/time the patch was installed on the managed node. Not all operating systems provide this level of information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cveIds
The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.
Currently, CVE ID values are reported only for patches with a status of
Missing
orFailed
.- Parameters:
cveIds
- The IDs of one or more Common Vulnerabilities and Exposure (CVE) issues that are resolved by the patch.Currently, CVE ID values are reported only for patches with a status of
Missing
orFailed
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-