public static interface UpdatePatchBaselineRequest.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdatePatchBaselineRequest.Builder,UpdatePatchBaselineRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineRequest.Builder |
approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineRequest.Builder |
approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
baselineId(String baselineId)
The ID of the patch baseline to update.
|
UpdatePatchBaselineRequest.Builder |
description(String description)
A description of the patch baseline.
|
UpdatePatchBaselineRequest.Builder |
globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineRequest.Builder |
name(String name)
The name of the patch baseline.
|
UpdatePatchBaselineRequest.Builder |
rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
copyapply, buildUpdatePatchBaselineRequest.Builder baselineId(String baselineId)
The ID of the patch baseline to update.
baselineId - The ID of the patch baseline to update.UpdatePatchBaselineRequest.Builder name(String name)
The name of the patch baseline.
name - The name of the patch baseline.UpdatePatchBaselineRequest.Builder globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
globalFilters - A set of global filters used to exclude patches from the baseline.UpdatePatchBaselineRequest.Builder approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
approvalRules - A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineRequest.Builder approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
#setApprovedPatches(java.util.Collection) or #withApprovedPatches(java.util.Collection) if
you want to override the existing values.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineRequest.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineRequest.Builder rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
NOTE: This method appends the values to the existing list (if any). Use
#setRejectedPatches(java.util.Collection) or #withRejectedPatches(java.util.Collection) if
you want to override the existing values.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineRequest.Builder description(String description)
A description of the patch baseline.
description - A description of the patch baseline.Copyright © 2017. All rights reserved.