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 Summary
Modifier and TypeMethodDescriptionapprovalDate(Instant approvalDate) The date the patch was approved (or will be approved if the status isPENDING_APPROVAL).complianceLevel(String complianceLevel) The compliance severity level for a patch.complianceLevel(PatchComplianceLevel complianceLevel) The compliance severity level for a patch.deploymentStatus(String deploymentStatus) The approval status of a patch.deploymentStatus(PatchDeploymentStatus deploymentStatus) The approval status of a patch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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
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
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
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 isPENDING_APPROVAL).- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -