Interface PatchComplianceData.Builder

    • Method Detail

      • title

        PatchComplianceData.Builder title​(String 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

        PatchComplianceData.Builder kbId​(String 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

        PatchComplianceData.Builder classification​(String classification)

        The classification of the patch, such as SecurityUpdates, Updates, and CriticalUpdates.

        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.
      • severity

        PatchComplianceData.Builder severity​(String severity)

        The severity of the patch such as Critical, Important, and Moderate.

        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.
      • installedTime

        PatchComplianceData.Builder installedTime​(Instant 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

        PatchComplianceData.Builder cveIds​(String 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 or Failed.

        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 or Failed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.