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