public static interface PatchStatus.Builder extends SdkPojo, CopyableBuilder<PatchStatus.Builder,PatchStatus>
| Modifier and Type | Method and Description |
|---|---|
PatchStatus.Builder |
approvalDate(Instant approvalDate)
The date the patch was approved (or will be approved if the status is
PENDING_APPROVAL). |
PatchStatus.Builder |
complianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
|
PatchStatus.Builder |
complianceLevel(String complianceLevel)
The compliance severity level for a patch.
|
PatchStatus.Builder |
deploymentStatus(PatchDeploymentStatus deploymentStatus)
The approval status of a patch.
|
PatchStatus.Builder |
deploymentStatus(String deploymentStatus)
The approval status of a patch.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPatchStatus.Builder deploymentStatus(String deploymentStatus)
The approval status of a patch.
deploymentStatus - The approval status of a patch.PatchDeploymentStatus,
PatchDeploymentStatusPatchStatus.Builder deploymentStatus(PatchDeploymentStatus deploymentStatus)
The approval status of a patch.
deploymentStatus - The approval status of a patch.PatchDeploymentStatus,
PatchDeploymentStatusPatchStatus.Builder complianceLevel(String complianceLevel)
The compliance severity level for a patch.
complianceLevel - The compliance severity level for a patch.PatchComplianceLevel,
PatchComplianceLevelPatchStatus.Builder complianceLevel(PatchComplianceLevel complianceLevel)
The compliance severity level for a patch.
complianceLevel - The compliance severity level for a patch.PatchComplianceLevel,
PatchComplianceLevelPatchStatus.Builder approvalDate(Instant approvalDate)
The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).
approvalDate - The date the patch was approved (or will be approved if the status is PENDING_APPROVAL).Copyright © 2021. All rights reserved.