Uses of Interface
software.amazon.awssdk.services.ssm.model.GetPatchBaselineResponse.Builder
Packages that use GetPatchBaselineResponse.Builder
-
Uses of GetPatchBaselineResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetPatchBaselineResponse.BuilderModifier and TypeMethodDescriptiondefault GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules) A set of rules used to include patches in the baseline.GetPatchBaselineResponse.Builder.approvalRules(PatchRuleGroup approvalRules) A set of rules used to include patches in the baseline.GetPatchBaselineResponse.Builder.approvedPatches(String... approvedPatches) A list of explicitly approved patches for the baseline.GetPatchBaselineResponse.Builder.approvedPatches(Collection<String> approvedPatches) A list of explicitly approved patches for the baseline.GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Returns the specified compliance severity level for approved patches in the patch baseline.GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel) Returns the specified compliance severity level for approved patches in the patch baseline.GetPatchBaselineResponse.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes.GetPatchBaselineResponse.Builder.availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.GetPatchBaselineResponse.Builder.availableSecurityUpdatesComplianceStatus(PatchComplianceStatus availableSecurityUpdatesComplianceStatus) Indicates the compliance status of managed nodes for which security-related patches are available but were not approved.GetPatchBaselineResponse.Builder.baselineId(String baselineId) The ID of the retrieved patch baseline.GetPatchBaselineResponse.builder()GetPatchBaselineResponse.Builder.createdDate(Instant createdDate) The date the patch baseline was created.GetPatchBaselineResponse.Builder.description(String description) A description of the patch baseline.default GetPatchBaselineResponse.BuilderGetPatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters) A set of global filters used to exclude patches from the baseline.GetPatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters) A set of global filters used to exclude patches from the baseline.GetPatchBaselineResponse.Builder.modifiedDate(Instant modifiedDate) The date the patch baseline was last modified.The name of the patch baseline.GetPatchBaselineResponse.Builder.operatingSystem(String operatingSystem) Returns the operating system specified for the patch baseline.GetPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the operating system specified for the patch baseline.GetPatchBaselineResponse.Builder.patchGroups(String... patchGroups) Patch groups included in the patch baseline.GetPatchBaselineResponse.Builder.patchGroups(Collection<String> patchGroups) Patch groups included in the patch baseline.GetPatchBaselineResponse.Builder.rejectedPatches(String... rejectedPatches) A list of explicitly rejected patches for the baseline.GetPatchBaselineResponse.Builder.rejectedPatches(Collection<String> rejectedPatches) A list of explicitly rejected patches for the baseline.GetPatchBaselineResponse.Builder.rejectedPatchesAction(String rejectedPatchesAction) The action specified to take on patches included in theRejectedPatcheslist.GetPatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction) The action specified to take on patches included in theRejectedPatcheslist.GetPatchBaselineResponse.Builder.sources(Collection<PatchSource> sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.Builder.sources(Consumer<PatchSource.Builder>... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.Builder.sources(PatchSource... sources) Information about the patches to use to update the managed nodes, including target operating systems and source repositories.GetPatchBaselineResponse.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetPatchBaselineResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPatchBaselineResponse.Builder>GetPatchBaselineResponse.serializableBuilderClass()