Uses of Interface
software.amazon.awssdk.services.ssm.model.BaselineOverride.Builder
Packages that use BaselineOverride.Builder
-
Uses of BaselineOverride.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return BaselineOverride.BuilderModifier and TypeMethodDescriptiondefault BaselineOverride.BuilderBaselineOverride.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) Sets the value of the ApprovalRules property for this object.BaselineOverride.Builder.approvalRules(PatchRuleGroup approvalRules) Sets the value of the ApprovalRules property for this object.BaselineOverride.Builder.approvedPatches(String... approvedPatches) A list of explicitly approved patches for the baseline.BaselineOverride.Builder.approvedPatches(Collection<String> approvedPatches) A list of explicitly approved patches for the baseline.BaselineOverride.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Defines the compliance level for approved patches.BaselineOverride.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Defines the compliance level for approved patches.BaselineOverride.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.BaselineOverride.Builder.availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined asCOMPLIANTorNON_COMPLIANT.BaselineOverride.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) Indicates whether managed nodes for which there are available security-related patches that have not been approved by the baseline are being defined asCOMPLIANTorNON_COMPLIANT.static BaselineOverride.BuilderBaselineOverride.builder()default BaselineOverride.BuilderBaselineOverride.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) Sets the value of the GlobalFilters property for this object.BaselineOverride.Builder.globalFilters(PatchFilterGroup globalFilters) Sets the value of the GlobalFilters property for this object.BaselineOverride.Builder.operatingSystem(String operatingSystem) The operating system rule used by the patch baseline override.BaselineOverride.Builder.operatingSystem(OperatingSystem operatingSystem) The operating system rule used by the patch baseline override.BaselineOverride.Builder.rejectedPatches(String... rejectedPatches) A list of explicitly rejected patches for the baseline.BaselineOverride.Builder.rejectedPatches(Collection<String> rejectedPatches) A list of explicitly rejected patches for the baseline.BaselineOverride.Builder.rejectedPatchesAction(String rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.BaselineOverride.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action for Patch Manager to take on patches included in theRejectedPackageslist.BaselineOverride.Builder.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.BaselineOverride.Builder.sources(Consumer<PatchSource.Builder>... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.BaselineOverride.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.BaselineOverride.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type BaselineOverride.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BaselineOverride.Builder>BaselineOverride.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type BaselineOverride.BuilderModifier and TypeMethodDescriptionGetDeployablePatchSnapshotForInstanceRequest.Builder.baselineOverride(Consumer<BaselineOverride.Builder> baselineOverride) Defines the basic information about a patch baseline override.