public static interface UpdatePatchBaselineResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<UpdatePatchBaselineResponse.Builder,UpdatePatchBaselineResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdatePatchBaselineResponse.Builder |
approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResponse.Builder |
approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
baselineId(String baselineId)
The ID of the deleted patch baseline.
|
UpdatePatchBaselineResponse.Builder |
createdDate(Instant createdDate)
The date when the patch baseline was created.
|
UpdatePatchBaselineResponse.Builder |
description(String description)
A description of the Patch Baseline.
|
UpdatePatchBaselineResponse.Builder |
globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResponse.Builder |
modifiedDate(Instant modifiedDate)
The date when the patch baseline was last modified.
|
UpdatePatchBaselineResponse.Builder |
name(String name)
The name of the patch baseline.
|
UpdatePatchBaselineResponse.Builder |
rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResponse.Builder baselineId(String baselineId)
The ID of the deleted patch baseline.
baselineId - The ID of the deleted patch baseline.UpdatePatchBaselineResponse.Builder name(String name)
The name of the patch baseline.
name - The name of the patch baseline.UpdatePatchBaselineResponse.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.UpdatePatchBaselineResponse.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.UpdatePatchBaselineResponse.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineResponse.Builder approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
approvedPatches - A list of explicitly approved patches for the baseline.UpdatePatchBaselineResponse.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineResponse.Builder rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
rejectedPatches - A list of explicitly rejected patches for the baseline.UpdatePatchBaselineResponse.Builder createdDate(Instant createdDate)
The date when the patch baseline was created.
createdDate - The date when the patch baseline was created.UpdatePatchBaselineResponse.Builder modifiedDate(Instant modifiedDate)
The date when the patch baseline was last modified.
modifiedDate - The date when the patch baseline was last modified.UpdatePatchBaselineResponse.Builder description(String description)
A description of the Patch Baseline.
description - A description of the Patch Baseline.Copyright © 2017. All rights reserved.