CopyableBuilder<EffectivePatch.Builder,EffectivePatch>
, SdkBuilder<EffectivePatch.Builder,EffectivePatch>
public static interface EffectivePatch.Builder extends CopyableBuilder<EffectivePatch.Builder,EffectivePatch>
Modifier and Type | Method | Description |
---|---|---|
EffectivePatch.Builder |
patch(Patch patch) |
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL
for where more information can be obtained about the patch.
|
EffectivePatch.Builder |
patchStatus(PatchStatus patchStatus) |
The status of the patch in a patch baseline.
|
copy
apply, build
EffectivePatch.Builder patch(Patch patch)
Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.
patch
- Provides metadata for a patch, including information such as the KB ID, severity, classification and a
URL for where more information can be obtained about the patch.EffectivePatch.Builder patchStatus(PatchStatus patchStatus)
The status of the patch in a patch baseline. This includes information about whether the patch is currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the date the patch was or will be approved.
patchStatus
- The status of the patch in a patch baseline. This includes information about whether the patch is
currently approved, due to be approved by a rule, explicitly approved, or explicitly rejected and the
date the patch was or will be approved.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.