Interface PatchComplianceData.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<PatchComplianceData.Builder,,- PatchComplianceData> - SdkBuilder<PatchComplianceData.Builder,,- PatchComplianceData> - SdkPojo
- Enclosing class:
- PatchComplianceData
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
titleThe 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.
 
- 
kbIdThe 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.
 
- 
classificationThe classification of the patch, such as SecurityUpdates,Updates, andCriticalUpdates.- Parameters:
- classification- The classification of the patch, such as- SecurityUpdates,- Updates, and- CriticalUpdates.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
severityThe severity of the patch such as Critical,Important, andModerate.- Parameters:
- severity- The severity of the patch such as- Critical,- Important, and- Moderate.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe 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:
 
- 
stateThe 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:
 
- 
installedTimeThe 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.
 
- 
cveIdsThe 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 MissingorFailed.- 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 - Missingor- Failed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-