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) 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.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. Not supported on Debian Server or Ubuntu Server.- 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. Not supported on Debian Server or Ubuntu Server. 
 - 
approveUntilDate
The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.
Enter dates in the format
YYYY-MM-DD. For example,2021-12-31.- Returns:
 - The cutoff date for auto approval of released patches. Any patches released on or before this date are
         installed automatically. Not supported on Debian Server or Ubuntu Server.
         
Enter dates in the format
YYYY-MM-DD. For example,2021-12-31. 
 - 
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
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToCopyableBuilder<PatchRule.Builder,PatchRule> - Returns:
 - a builder for type T
 
 - 
builder
 - 
serializableBuilderClass
 - 
hashCode
public final int hashCode() - 
equals
 - 
equalsBySdkFields
Description 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 interfaceSdkPojo- Parameters:
 obj- the object to be compared with- Returns:
 - true if the other object equals to this object by sdk fields, false otherwise.
 
 - 
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
 
 -