Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdatePatchBaselineRequest.Builder
Packages that use UpdatePatchBaselineRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of UpdatePatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest) Modifies an existing patch baseline.default UpdatePatchBaselineResponseSsmClient.updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest) Modifies an existing patch baseline. -
Uses of UpdatePatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionUpdatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.UpdatePatchBaselineRequest.Builder.approvedPatches(String... approvedPatches) A list of explicitly approved patches for the baseline.UpdatePatchBaselineRequest.Builder.approvedPatches(Collection<String> approvedPatches) A list of explicitly approved patches for the baseline.UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Assigns a new compliance severity level to an existing patch baseline.UpdatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Assigns a new compliance severity level to an existing patch baseline.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.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.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.baselineId(String baselineId) The ID of the patch baseline to update.UpdatePatchBaselineRequest.builder()UpdatePatchBaselineRequest.Builder.description(String description) A description of the patch baseline.UpdatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to include patches in the baseline.UpdatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to include patches in the baseline.The name of the patch baseline.UpdatePatchBaselineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdatePatchBaselineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdatePatchBaselineRequest.Builder.rejectedPatches(String... rejectedPatches) A list of explicitly rejected patches for the baseline.UpdatePatchBaselineRequest.Builder.rejectedPatches(Collection<String> rejectedPatches) A list of explicitly rejected patches for the baseline.UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(String rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.UpdatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.If True, then all fields that are required by the CreatePatchBaseline operation are also required for this API request.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.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.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.UpdatePatchBaselineRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdatePatchBaselineRequest.Builder>UpdatePatchBaselineRequest.serializableBuilderClass()