Interface PatchRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PatchRule.Builder,
,PatchRule> SdkBuilder<PatchRule.Builder,
,PatchRule> SdkPojo
- Enclosing class:
PatchRule
-
Method Summary
Modifier and TypeMethodDescriptionapproveAfterDays
(Integer 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.approveUntilDate
(String approveUntilDate) The cutoff date for auto approval of released patches.complianceLevel
(String complianceLevel) A compliance severity level for all approved patches in a patch baseline.complianceLevel
(PatchComplianceLevel complianceLevel) A compliance severity level for all approved patches in a patch baseline.enableNonSecurity
(Boolean enableNonSecurity) For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository.default PatchRule.Builder
patchFilterGroup
(Consumer<PatchFilterGroup.Builder> patchFilterGroup) The patch filter group that defines the criteria for the rule.patchFilterGroup
(PatchFilterGroup patchFilterGroup) The patch filter group that defines the criteria for the rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
patchFilterGroup
The patch filter group that defines the criteria for the rule.
- Parameters:
patchFilterGroup
- The patch filter group that defines the criteria for the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
patchFilterGroup
The patch filter group that defines the criteria for the rule.
This is a convenience method that creates an instance of thePatchFilterGroup.Builder
avoiding the need to create one manually viaPatchFilterGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topatchFilterGroup(PatchFilterGroup)
.- Parameters:
patchFilterGroup
- a consumer that will call methods onPatchFilterGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
complianceLevel
A compliance severity level for all approved patches in a patch baseline.
- Parameters:
complianceLevel
- A compliance severity level for all approved patches in a patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
complianceLevel
A compliance severity level for all approved patches in a patch baseline.
- Parameters:
complianceLevel
- A compliance severity level for all approved patches in a patch baseline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- 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
7
means 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 eitherApproveAfterDays
orApproveUntilDate
.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.
- Parameters:
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 of7
means 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 eitherApproveAfterDays
orApproveUntilDate
.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:
- Returns a reference to this object so that method calls can be chained together.
-
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,2024-12-31
.This parameter is marked as
Required: No
, but your request must include a value for eitherApproveUntilDate
orApproveAfterDays
.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.
- Parameters:
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,2024-12-31
.This parameter is marked as
Required: No
, but your request must include a value for eitherApproveUntilDate
orApproveAfterDays
.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:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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 isfalse
. Applies to Linux managed nodes only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-