Class PatchRule
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<PatchRule.Builder,- PatchRule> 
Defines an approval rule for a patch baseline.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier 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) Indicates whether some other object is "equal to" this one by SDK fields.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> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
patchFilterGroupThe patch filter group that defines the criteria for the rule. - Returns:
- The patch filter group that defines the criteria for the rule.
 
- 
complianceLevelA 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:
 
- 
complianceLevelAsStringA 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:
 
- 
approveAfterDaysThe 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.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.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. 
 
- 
approveUntilDateThe 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,2024-12-31.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,2024-12-31.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. 
 
- 
enableNonSecurityFor 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.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<PatchRule.Builder,- PatchRule> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-