Uses of Interface
software.amazon.awssdk.services.ssm.model.PatchComplianceData.Builder
Packages that use PatchComplianceData.Builder
-
Uses of PatchComplianceData.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return PatchComplianceData.BuilderModifier and TypeMethodDescriptionstatic PatchComplianceData.BuilderPatchComplianceData.builder()PatchComplianceData.Builder.classification(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.PatchComplianceData.Builder.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.PatchComplianceData.Builder.state(PatchComplianceDataState state) The state of the patch on the managed node, such as INSTALLED or FAILED.The title of the patch.PatchComplianceData.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type PatchComplianceData.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PatchComplianceData.Builder>PatchComplianceData.serializableBuilderClass()