| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
PatchRule.Builder |
PatchRule.Builder.approveAfterDays(Integer approveAfterDays)
The number of days after the release date of each patch matched by the rule the patch is marked as approved
in the patch baseline.
|
static PatchRule.Builder |
PatchRule.builder() |
PatchRule.Builder |
PatchRule.Builder.complianceLevel(PatchComplianceLevel complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
PatchRule.Builder |
PatchRule.Builder.complianceLevel(String complianceLevel)
A compliance severity level for all approved patches in a patch baseline.
|
default PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
|
PatchRule.Builder |
PatchRule.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchRule.Builder> |
PatchRule.serializableBuilderClass() |
Copyright © 2018. All rights reserved.