public static interface EffectivePatch.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<EffectivePatch.Builder,EffectivePatch>
| Modifier and Type | Method and 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.
|
copyapply, buildEffectivePatch.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. All rights reserved.