Interface PatchStatus.Builder

    • Method Detail

      • complianceLevel

        PatchStatus.Builder complianceLevel​(String complianceLevel)

        The compliance severity level for a patch.

        Parameters:
        complianceLevel - The compliance severity level for a patch.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PatchComplianceLevel, PatchComplianceLevel
      • approvalDate

        PatchStatus.Builder approvalDate​(Instant approvalDate)

        The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).

        Parameters:
        approvalDate - The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
        Returns:
        Returns a reference to this object so that method calls can be chained together.