public static interface UpdatePatchBaselineResponse.Builder extends SSMResponse.Builder, CopyableBuilder<UpdatePatchBaselineResponse.Builder,UpdatePatchBaselineResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdatePatchBaselineResponse.Builder |
approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
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 |
approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResponse.Builder |
approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
|
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.
|
default UpdatePatchBaselineResponse.Builder |
globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to exclude patches from the 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 |
operatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResponse.Builder |
operatingSystem(String operatingSystem)
The operating system rule used by the updated 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUpdatePatchBaselineResponse.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 operatingSystem(String operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem - The operating system rule used by the updated patch baseline.OperatingSystem,
OperatingSystemUpdatePatchBaselineResponse.Builder operatingSystem(OperatingSystem operatingSystem)
The operating system rule used by the updated patch baseline.
operatingSystem - The operating system rule used by the updated patch baseline.OperatingSystem,
OperatingSystemUpdatePatchBaselineResponse.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.default UpdatePatchBaselineResponse.Builder globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to exclude patches from the baseline.
This is a convenience that creates an instance of thePatchFilterGroup.Builder avoiding the need to
create one manually via PatchFilterGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to globalFilters(PatchFilterGroup).globalFilters - a consumer that will call methods on PatchFilterGroup.BuilderglobalFilters(PatchFilterGroup)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.default UpdatePatchBaselineResponse.Builder approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
This is a convenience that creates an instance of thePatchRuleGroup.Builder avoiding the need to
create one manually via PatchRuleGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to approvalRules(PatchRuleGroup).approvalRules - a consumer that will call methods on PatchRuleGroup.BuilderapprovalRules(PatchRuleGroup)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 approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel - The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel,
PatchComplianceLevelUpdatePatchBaselineResponse.Builder approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
The compliance severity level assigned to the patch baseline after the update completed.
approvedPatchesComplianceLevel - The compliance severity level assigned to the patch baseline after the update completed.PatchComplianceLevel,
PatchComplianceLevelUpdatePatchBaselineResponse.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 Amazon Web Services, Inc. All Rights Reserved.