Package | Description |
---|---|
software.amazon.awssdk.services.ssm.model |
Modifier and Type | Method and Description |
---|---|
default GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
Returns the specified compliance severity level for approved patches in the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
instances.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.baselineId(String baselineId)
The ID of the retrieved patch baseline.
|
static GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.builder() |
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.createdDate(Instant createdDate)
The date the patch baseline was created.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.description(String description)
A description of the patch baseline.
|
default GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to exclude patches from the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to exclude patches from the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.modifiedDate(Instant modifiedDate)
The date the patch baseline was last modified.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.name(String name)
The name of the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.operatingSystem(OperatingSystem operatingSystem)
Returns the operating system specified for the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.operatingSystem(String operatingSystem)
Returns the operating system specified for the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.patchGroups(Collection<String> patchGroups)
Patch groups included in the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.patchGroups(String... patchGroups)
Patch groups included in the patch baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.rejectedPatchesAction(String rejectedPatchesAction)
The action specified to take on patches included in the RejectedPatches list.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.sources(Collection<PatchSource> sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.sources(Consumer<PatchSource.Builder>... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.Builder.sources(PatchSource... sources)
Information about the patches to use to update the instances, including target operating systems and source
repositories.
|
GetPatchBaselineResponse.Builder |
GetPatchBaselineResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends GetPatchBaselineResponse.Builder> |
GetPatchBaselineResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.