Uses of Interface
software.amazon.awssdk.services.ssm.model.CreatePatchBaselineRequest.Builder
Packages that use CreatePatchBaselineRequest.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 CreatePatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CreatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.createPatchBaseline(Consumer<CreatePatchBaselineRequest.Builder> createPatchBaselineRequest) Creates a patch baseline.default CreatePatchBaselineResponseSsmClient.createPatchBaseline(Consumer<CreatePatchBaselineRequest.Builder> createPatchBaselineRequest) Creates a patch baseline. -
Uses of CreatePatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CreatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionCreatePatchBaselineRequest.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.CreatePatchBaselineRequest.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.CreatePatchBaselineRequest.Builder.approvedPatches(String... approvedPatches) A list of explicitly approved patches for the baseline.CreatePatchBaselineRequest.Builder.approvedPatches(Collection<String> approvedPatches) A list of explicitly approved patches for the baseline.CreatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Defines the compliance level for approved patches.CreatePatchBaselineRequest.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Defines the compliance level for approved patches.CreatePatchBaselineRequest.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.CreatePatchBaselineRequest.Builder.availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.CreatePatchBaselineRequest.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline.CreatePatchBaselineRequest.builder()CreatePatchBaselineRequest.Builder.clientToken(String clientToken) User-provided idempotency token.CreatePatchBaselineRequest.Builder.description(String description) A description of the patch baseline.CreatePatchBaselineRequest.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to include patches in the baseline.CreatePatchBaselineRequest.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to include patches in the baseline.The name of the patch baseline.CreatePatchBaselineRequest.Builder.operatingSystem(String operatingSystem) Defines the operating system the patch baseline applies to.CreatePatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Defines the operating system the patch baseline applies to.CreatePatchBaselineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreatePatchBaselineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreatePatchBaselineRequest.Builder.rejectedPatches(String... rejectedPatches) A list of explicitly rejected patches for the baseline.CreatePatchBaselineRequest.Builder.rejectedPatches(Collection<String> rejectedPatches) A list of explicitly rejected patches for the baseline.CreatePatchBaselineRequest.Builder.rejectedPatchesAction(String rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.CreatePatchBaselineRequest.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.CreatePatchBaselineRequest.Builder.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.Builder.sources(Consumer<PatchSource.Builder>... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.CreatePatchBaselineRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreatePatchBaselineRequest.Builder.tags(Consumer<Tag.Builder>... tags) Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.CreatePatchBaselineRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CreatePatchBaselineRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreatePatchBaselineRequest.Builder>CreatePatchBaselineRequest.serializableBuilderClass()