Class PatchRule
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PatchRule.Builder,PatchRule>
Defines an approval rule for a patch baseline.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionfinal IntegerThe number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline.final StringThe cutoff date for auto approval of released patches.static PatchRule.Builderbuilder()final PatchComplianceLevelA compliance severity level for all approved patches in a patch baseline.final StringA compliance severity level for all approved patches in a patch baseline.final BooleanFor managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final PatchFilterGroupThe patch filter group that defines the criteria for the rule.static Class<? extends PatchRule.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
patchFilterGroup
The patch filter group that defines the criteria for the rule.
- Returns:
- The patch filter group that defines the criteria for the rule.
-
complianceLevel
A compliance severity level for all approved patches in a patch baseline.
If the service returns an enum value that is not available in the current SDK version,
complianceLevelwill returnPatchComplianceLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceLevelAsString().- Returns:
- A compliance severity level for all approved patches in a patch baseline.
- See Also:
-
complianceLevelAsString
A compliance severity level for all approved patches in a patch baseline.
If the service returns an enum value that is not available in the current SDK version,
complianceLevelwill returnPatchComplianceLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcomplianceLevelAsString().- Returns:
- A compliance severity level for all approved patches in a patch baseline.
- See Also:
-
approveAfterDays
The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of
7means that patches are approved seven days after they are released.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If a patch is released at
2025-11-09T18:00:00ZandApproveAfterDaysis set to7, the patch will be approved after2025-11-16T18:00:00Z.This parameter is marked as
Required: No, but your request must include a value for eitherApproveAfterDaysorApproveUntilDate.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the Amazon Web Services Systems Manager User Guide.
- Returns:
- The number of days after the release date of each patch matched by the rule that the patch is marked as
approved in the patch baseline. For example, a value of
7means that patches are approved seven days after they are released.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If a patch is released at
2025-11-09T18:00:00ZandApproveAfterDaysis set to7, the patch will be approved after2025-11-16T18:00:00Z.This parameter is marked as
Required: No, but your request must include a value for eitherApproveAfterDaysorApproveUntilDate.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the Amazon Web Services Systems Manager User Guide.
-
approveUntilDate
The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically.
Enter dates in the format
YYYY-MM-DD. For example,2025-11-16.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date
2025-11-16, patches released between2025-11-16T00:00:00Zand2025-11-16T23:59:59Zwill be included in the approval.This parameter is marked as
Required: No, but your request must include a value for eitherApproveUntilDateorApproveAfterDays.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the Amazon Web Services Systems Manager User Guide.
- Returns:
- The cutoff date for auto approval of released patches. Any patches released on or before this date are
installed automatically.
Enter dates in the format
YYYY-MM-DD. For example,2025-11-16.Patch Manager evaluates patch release dates using Coordinated Universal Time (UTC). If you enter the date
2025-11-16, patches released between2025-11-16T00:00:00Zand2025-11-16T23:59:59Zwill be included in the approval.This parameter is marked as
Required: No, but your request must include a value for eitherApproveUntilDateorApproveAfterDays.Not supported for Debian Server or Ubuntu Server.
Use caution when setting this value for Windows Server patch baselines. Because patch updates that are replaced by later updates are removed, setting too broad a value for this parameter can result in crucial patches not being installed. For more information, see the Windows Server tab in the topic How security patches are selected in the Amazon Web Services Systems Manager User Guide.
-
enableNonSecurity
For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is
false. Applies to Linux managed nodes only.- Returns:
- For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security
updates available in the specified repository. The default value is
false. Applies to Linux managed nodes only.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PatchRule.Builder,PatchRule>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-