public static interface CreatePatchBaselineRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<CreatePatchBaselineRequest.Builder,CreatePatchBaselineRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreatePatchBaselineRequest.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(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches.
|
CreatePatchBaselineRequest.Builder |
approvedPatchesComplianceLevel(String 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 |
clientToken(String clientToken)
User-provided idempotency token.
|
CreatePatchBaselineRequest.Builder |
description(String description)
A description of the patch baseline.
|
default 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.
|
CreatePatchBaselineRequest.Builder |
name(String name)
The name of the patch baseline.
|
CreatePatchBaselineRequest.Builder |
operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to.
|
CreatePatchBaselineRequest.Builder |
operatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to.
|
CreatePatchBaselineRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreatePatchBaselineRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreatePatchBaselineRequest.Builder |
rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
|
CreatePatchBaselineRequest.Builder |
rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
CreatePatchBaselineRequest.Builder |
rejectedPatchesAction(String rejectedPatchesAction)
The action for Patch Manager to take on patches included in the
RejectedPackages list. |
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.
|
CreatePatchBaselineRequest.Builder |
tags(Tag... tags)
Optional metadata that you assign to a resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreatePatchBaselineRequest.Builder operatingSystem(String operatingSystem)
Defines the operating system the patch baseline applies to. The default value is WINDOWS.
operatingSystem - Defines the operating system the patch baseline applies to. The default value is WINDOWS.OperatingSystem,
OperatingSystemCreatePatchBaselineRequest.Builder operatingSystem(OperatingSystem operatingSystem)
Defines the operating system the patch baseline applies to. The default value is WINDOWS.
operatingSystem - Defines the operating system the patch baseline applies to. The default value is WINDOWS.OperatingSystem,
OperatingSystemCreatePatchBaselineRequest.Builder name(String name)
The name of the patch baseline.
name - The name of the patch baseline.CreatePatchBaselineRequest.Builder globalFilters(PatchFilterGroup globalFilters)
A set of global filters used to include patches in the baseline.
globalFilters - A set of global filters used to include patches in the baseline.default CreatePatchBaselineRequest.Builder globalFilters(Consumer<PatchFilterGroup.Builder> globalFilters)
A set of global filters used to include patches in the baseline.
This is a convenience method that creates an instance of thePatchFilterGroup.Builder avoiding the
need to create one manually via PatchFilterGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to globalFilters(PatchFilterGroup).
globalFilters - a consumer that will call methods on PatchFilterGroup.BuilderglobalFilters(PatchFilterGroup)CreatePatchBaselineRequest.Builder approvalRules(PatchRuleGroup approvalRules)
A set of rules used to include patches in the baseline.
approvalRules - A set of rules used to include patches in the baseline.default CreatePatchBaselineRequest.Builder approvalRules(Consumer<PatchRuleGroup.Builder> approvalRules)
A set of rules used to include patches in the baseline.
This is a convenience method that creates an instance of thePatchRuleGroup.Builder avoiding the need
to create one manually via PatchRuleGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to approvalRules(PatchRuleGroup).
approvalRules - a consumer that will call methods on PatchRuleGroup.BuilderapprovalRules(PatchRuleGroup)CreatePatchBaselineRequest.Builder approvedPatches(Collection<String> approvedPatches)
A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
approvedPatches - A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
CreatePatchBaselineRequest.Builder approvedPatches(String... approvedPatches)
A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
approvedPatches - A list of explicitly approved patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
CreatePatchBaselineRequest.Builder approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel)
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value
describes the severity of the compliance violation. The default value is UNSPECIFIED.
approvedPatchesComplianceLevel - Defines the compliance level for approved patches. When an approved patch is reported as missing, this
value describes the severity of the compliance violation. The default value is
UNSPECIFIED.PatchComplianceLevel,
PatchComplianceLevelCreatePatchBaselineRequest.Builder approvedPatchesComplianceLevel(PatchComplianceLevel approvedPatchesComplianceLevel)
Defines the compliance level for approved patches. When an approved patch is reported as missing, this value
describes the severity of the compliance violation. The default value is UNSPECIFIED.
approvedPatchesComplianceLevel - Defines the compliance level for approved patches. When an approved patch is reported as missing, this
value describes the severity of the compliance violation. The default value is
UNSPECIFIED.PatchComplianceLevel,
PatchComplianceLevelCreatePatchBaselineRequest.Builder approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity)
Indicates whether the list of approved patches includes non-security updates that should be applied to the
managed nodes. The default value is false. Applies to Linux managed nodes only.
approvedPatchesEnableNonSecurity - Indicates whether the list of approved patches includes non-security updates that should be applied to
the managed nodes. The default value is false. Applies to Linux managed nodes only.CreatePatchBaselineRequest.Builder rejectedPatches(Collection<String> rejectedPatches)
A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
rejectedPatches - A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
CreatePatchBaselineRequest.Builder rejectedPatches(String... rejectedPatches)
A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
rejectedPatches - A list of explicitly rejected patches for the baseline.
For information about accepted formats for lists of approved patches and rejected patches, see About package name formats for approved and rejected patch lists in the Amazon Web Services Systems Manager User Guide.
CreatePatchBaselineRequest.Builder rejectedPatchesAction(String rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed
only if it is a dependency of another package. It is considered compliant with the patch baseline, and its
status is reported as InstalledOther. This is the default action if no option is specified.
BLOCK : Packages in the RejectedPatches list, and packages that include
them as dependencies, aren't installed under any circumstances. If a package was installed before it was
added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is
reported as InstalledRejected.
rejectedPatchesAction - The action for Patch Manager to take on patches included in the RejectedPackages
list.
ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is
installed only if it is a dependency of another package. It is considered compliant with the patch
baseline, and its status is reported as InstalledOther. This is the default action if no
option is specified.
BLOCK : Packages in the RejectedPatches list, and packages that
include them as dependencies, aren't installed under any circumstances. If a package was installed
before it was added to the Rejected patches list, it is considered non-compliant with the patch
baseline, and its status is reported as InstalledRejected.
PatchAction,
PatchActionCreatePatchBaselineRequest.Builder rejectedPatchesAction(PatchAction rejectedPatchesAction)
The action for Patch Manager to take on patches included in the RejectedPackages list.
ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is installed
only if it is a dependency of another package. It is considered compliant with the patch baseline, and its
status is reported as InstalledOther. This is the default action if no option is specified.
BLOCK : Packages in the RejectedPatches list, and packages that include
them as dependencies, aren't installed under any circumstances. If a package was installed before it was
added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is
reported as InstalledRejected.
rejectedPatchesAction - The action for Patch Manager to take on patches included in the RejectedPackages
list.
ALLOW_AS_DEPENDENCY : A package in the Rejected patches list is
installed only if it is a dependency of another package. It is considered compliant with the patch
baseline, and its status is reported as InstalledOther. This is the default action if no
option is specified.
BLOCK : Packages in the RejectedPatches list, and packages that
include them as dependencies, aren't installed under any circumstances. If a package was installed
before it was added to the Rejected patches list, it is considered non-compliant with the patch
baseline, and its status is reported as InstalledRejected.
PatchAction,
PatchActionCreatePatchBaselineRequest.Builder description(String description)
A description of the patch baseline.
description - A description of the patch baseline.CreatePatchBaselineRequest.Builder sources(Collection<PatchSource> sources)
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
sources - Information about the patches to use to update the managed nodes, including target operating systems
and source repositories. Applies to Linux managed nodes only.CreatePatchBaselineRequest.Builder sources(PatchSource... sources)
Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
sources - Information about the patches to use to update the managed nodes, including target operating systems
and source repositories. Applies to Linux managed nodes only.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. Applies to Linux managed nodes only.
This is a convenience method that creates an instance of thePatchSource.Builder avoiding the need to create one
manually via PatchSource.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #sources(List.
sources - a consumer that will call methods on
PatchSource.Builder#sources(java.util.Collection) CreatePatchBaselineRequest.Builder clientToken(String clientToken)
User-provided idempotency token.
clientToken - User-provided idempotency token.CreatePatchBaselineRequest.Builder tags(Collection<Tag> tags)
Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to. In this case, you could specify the following key-value pairs:
Key=PatchSeverity,Value=Critical
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource operation.
tags - Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different
ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline
to identify the severity level of patches it specifies and the operating system family it applies to.
In this case, you could specify the following key-value pairs:
Key=PatchSeverity,Value=Critical
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource operation.
CreatePatchBaselineRequest.Builder tags(Tag... tags)
Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to. In this case, you could specify the following key-value pairs:
Key=PatchSeverity,Value=Critical
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource operation.
tags - Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different
ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline
to identify the severity level of patches it specifies and the operating system family it applies to.
In this case, you could specify the following key-value pairs:
Key=PatchSeverity,Value=Critical
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource operation.
CreatePatchBaselineRequest.Builder tags(Consumer<Tag.Builder>... tags)
Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to. In this case, you could specify the following key-value pairs:
Key=PatchSeverity,Value=Critical
Key=OS,Value=Windows
To add tags to an existing patch baseline, use the AddTagsToResource operation.
Tag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreatePatchBaselineRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreatePatchBaselineRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.