default UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) |
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvalRules(PatchRuleGroup approvalRules) |
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatches(String... approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatches(Collection<String> approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) |
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) |
The compliance severity level assigned to the patch baseline after the update completed.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) |
Indicates whether the list of approved patches includes non-security updates that should be applied to the
managed nodes.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) |
Indicates the compliance status of managed nodes for which security-related patches are available but were
not approved.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) |
Indicates the compliance status of managed nodes for which security-related patches are available but were
not approved.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.baselineId(String baselineId) |
The ID of the deleted patch baseline.
|
static UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.builder() |
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.createdDate(Instant createdDate) |
The date when the patch baseline was created.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.description(String description) |
A description of the patch baseline.
|
default UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) |
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters) |
A set of global filters used to exclude patches from the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.modifiedDate(Instant modifiedDate) |
The date when the patch baseline was last modified.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.name(String name) |
The name of the patch baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.operatingSystem(String operatingSystem) |
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem) |
The operating system rule used by the updated patch baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.rejectedPatches(String... rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.rejectedPatches(Collection<String> rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.rejectedPatchesAction(String rejectedPatchesAction) |
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) |
The action specified to take on patches included in the RejectedPatches list.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.sources(Collection<PatchSource> sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.sources(Consumer<PatchSource.Builder>... sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.Builder.sources(PatchSource... sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineResponse.Builder |
UpdatePatchBaselineResponse.toBuilder() |
|