CopyableBuilder<PatchRule.Builder,PatchRule>
, SdkBuilder<PatchRule.Builder,PatchRule>
public static interface PatchRule.Builder extends CopyableBuilder<PatchRule.Builder,PatchRule>
Modifier and Type | Method | Description |
---|---|---|
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.
|
PatchRule.Builder |
patchFilterGroup(PatchFilterGroup patchFilterGroup) |
The patch filter group that defines the criteria for the rule.
|
copy
apply, build
PatchRule.Builder patchFilterGroup(PatchFilterGroup patchFilterGroup)
The patch filter group that defines the criteria for the rule.
patchFilterGroup
- The patch filter group that defines the criteria for the rule.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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.