Interface PatchStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PatchStatus.Builder,PatchStatus>, SdkBuilder<PatchStatus.Builder,PatchStatus>, SdkPojo
Enclosing class:
PatchStatus

public static interface PatchStatus.Builder extends SdkPojo, CopyableBuilder<PatchStatus.Builder,PatchStatus>
  • Method Details

    • deploymentStatus

      PatchStatus.Builder deploymentStatus(String deploymentStatus)

      The approval status of a patch.

      Parameters:
      deploymentStatus - The approval status of a patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • deploymentStatus

      PatchStatus.Builder deploymentStatus(PatchDeploymentStatus deploymentStatus)

      The approval status of a patch.

      Parameters:
      deploymentStatus - The approval status of a patch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • complianceLevel

      PatchStatus.Builder complianceLevel(PatchComplianceLevel 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:
    • 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.