default UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) |
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvalRules(PatchRuleGroup approvalRules) |
A set of rules used to include patches in the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatches(String... approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatches(Collection<String> approvedPatches) |
A list of explicitly approved patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) |
Assigns a new compliance severity level to an existing patch baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) |
Assigns a new compliance severity level to an existing patch baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) |
Indicates whether the list of approved patches includes non-security updates that should be applied to the
managed nodes.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) |
Indicates the status to be assigned to security patches that are available but not approved because they
don't meet the installation criteria specified in the patch baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) |
Indicates the status to be assigned to security patches that are available but not approved because they
don't meet the installation criteria specified in the patch baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.baselineId(String baselineId) |
The ID of the patch baseline to update.
|
static UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.builder() |
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.description(String description) |
A description of the patch baseline.
|
default UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) |
A set of global filters used to include patches in the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters) |
A set of global filters used to include patches in the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.name(String name) |
The name of the patch baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.rejectedPatches(String... rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.rejectedPatches(Collection<String> rejectedPatches) |
A list of explicitly rejected patches for the baseline.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(String rejectedPatchesAction) |
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) |
The action for Patch Manager to take on patches included in the RejectedPackages list.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.replace(Boolean replace) |
If True, then all fields that are required by the CreatePatchBaseline operation are also required for
this API request.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.sources(Collection<PatchSource> sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.sources(Consumer<PatchSource.Builder>... sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.Builder.sources(PatchSource... sources) |
Information about the patches to use to update the managed nodes, including target operating systems and
source repositories.
|
UpdatePatchBaselineRequest.Builder |
UpdatePatchBaselineRequest.toBuilder() |
|