Class CfnPatchBaselineMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPatchBaselineMixinProps>
- Enclosing interface:
CfnPatchBaselineMixinProps
CfnPatchBaselineMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapprovalRules(CfnPatchBaselinePropsMixin.RuleGroupProperty approvalRules) Sets the value ofCfnPatchBaselineMixinProps.getApprovalRules()approvalRules(IResolvable approvalRules) Sets the value ofCfnPatchBaselineMixinProps.getApprovalRules()approvedPatches(List<String> approvedPatches) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatches()approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesComplianceLevel()approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesEnableNonSecurity()approvedPatchesEnableNonSecurity(IResolvable approvedPatchesEnableNonSecurity) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesEnableNonSecurity()availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) Sets the value ofCfnPatchBaselineMixinProps.getAvailableSecurityUpdatesComplianceStatus()build()Builds the configured instance.defaultBaseline(Boolean defaultBaseline) Sets the value ofCfnPatchBaselineMixinProps.getDefaultBaseline()defaultBaseline(IResolvable defaultBaseline) Sets the value ofCfnPatchBaselineMixinProps.getDefaultBaseline()description(String description) Sets the value ofCfnPatchBaselineMixinProps.getDescription()globalFilters(CfnPatchBaselinePropsMixin.PatchFilterGroupProperty globalFilters) Sets the value ofCfnPatchBaselineMixinProps.getGlobalFilters()globalFilters(IResolvable globalFilters) Sets the value ofCfnPatchBaselineMixinProps.getGlobalFilters()Sets the value ofCfnPatchBaselineMixinProps.getName()operatingSystem(String operatingSystem) Sets the value ofCfnPatchBaselineMixinProps.getOperatingSystem()patchGroups(List<String> patchGroups) Sets the value ofCfnPatchBaselineMixinProps.getPatchGroups()rejectedPatches(List<String> rejectedPatches) Sets the value ofCfnPatchBaselineMixinProps.getRejectedPatches()rejectedPatchesAction(String rejectedPatchesAction) Sets the value ofCfnPatchBaselineMixinProps.getRejectedPatchesAction()Sets the value ofCfnPatchBaselineMixinProps.getSources()sources(IResolvable sources) Sets the value ofCfnPatchBaselineMixinProps.getSources()Sets the value ofCfnPatchBaselineMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
approvalRules
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvalRules(IResolvable approvalRules) Sets the value ofCfnPatchBaselineMixinProps.getApprovalRules()- Parameters:
approvalRules- A set of rules used to include patches in the baseline.- Returns:
this
-
approvalRules
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvalRules(CfnPatchBaselinePropsMixin.RuleGroupProperty approvalRules) Sets the value ofCfnPatchBaselineMixinProps.getApprovalRules()- Parameters:
approvalRules- A set of rules used to include patches in the baseline.- Returns:
this
-
approvedPatches
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvedPatches(List<String> approvedPatches) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatches()- Parameters:
approvedPatches- A list of explicitly approved patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .- Returns:
this
-
approvedPatchesComplianceLevel
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvedPatchesComplianceLevel(String approvedPatchesComplianceLevel) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesComplianceLevel()- Parameters:
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 isUNSPECIFIED.- Returns:
this
-
approvedPatchesEnableNonSecurity
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvedPatchesEnableNonSecurity(Boolean approvedPatchesEnableNonSecurity) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesEnableNonSecurity()- Parameters:
approvedPatchesEnableNonSecurity- Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value isfalse. Applies to Linux managed nodes only.- Returns:
this
-
approvedPatchesEnableNonSecurity
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder approvedPatchesEnableNonSecurity(IResolvable approvedPatchesEnableNonSecurity) Sets the value ofCfnPatchBaselineMixinProps.getApprovedPatchesEnableNonSecurity()- Parameters:
approvedPatchesEnableNonSecurity- Indicates whether the list of approved patches includes non-security updates that should be applied to the managed nodes. The default value isfalse. Applies to Linux managed nodes only.- Returns:
this
-
availableSecurityUpdatesComplianceStatus
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder availableSecurityUpdatesComplianceStatus(String availableSecurityUpdatesComplianceStatus) Sets the value ofCfnPatchBaselineMixinProps.getAvailableSecurityUpdatesComplianceStatus()- Parameters:
availableSecurityUpdatesComplianceStatus- Indicates the status you want to assign to security patches that are available but not approved because they don't meet the installation criteria specified in the patch baseline. Example scenario: Security patches that you might want installed can be skipped if you have specified a long period to wait after a patch is released before installation. If an update to the patch is released during your specified waiting period, the waiting period for installing the patch starts over. If the waiting period is too long, multiple versions of the patch could be released but never installed.Supported for Windows Server managed nodes only.
- Returns:
this
-
defaultBaseline
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder defaultBaseline(Boolean defaultBaseline) Sets the value ofCfnPatchBaselineMixinProps.getDefaultBaseline()- Parameters:
defaultBaseline- Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.- Returns:
this
-
defaultBaseline
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder defaultBaseline(IResolvable defaultBaseline) Sets the value ofCfnPatchBaselineMixinProps.getDefaultBaseline()- Parameters:
defaultBaseline- Indicates whether this is the default baseline. AWS Systems Manager supports creating multiple default patch baselines. For example, you can create a default patch baseline for each operating system.- Returns:
this
-
description
Sets the value ofCfnPatchBaselineMixinProps.getDescription()- Parameters:
description- A description of the patch baseline.- Returns:
this
-
globalFilters
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder globalFilters(IResolvable globalFilters) Sets the value ofCfnPatchBaselineMixinProps.getGlobalFilters()- Parameters:
globalFilters- A set of global filters used to include patches in the baseline.The
GlobalFiltersparameter can be configured only by using the AWS CLI or an AWS SDK. It can't be configured from the Patch Manager console, and its value isn't displayed in the console.- Returns:
this
-
globalFilters
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder globalFilters(CfnPatchBaselinePropsMixin.PatchFilterGroupProperty globalFilters) Sets the value ofCfnPatchBaselineMixinProps.getGlobalFilters()- Parameters:
globalFilters- A set of global filters used to include patches in the baseline.The
GlobalFiltersparameter can be configured only by using the AWS CLI or an AWS SDK. It can't be configured from the Patch Manager console, and its value isn't displayed in the console.- Returns:
this
-
name
Sets the value ofCfnPatchBaselineMixinProps.getName()- Parameters:
name- The name of the patch baseline.- Returns:
this
-
operatingSystem
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder operatingSystem(String operatingSystem) Sets the value ofCfnPatchBaselineMixinProps.getOperatingSystem()- Parameters:
operatingSystem- Defines the operating system the patch baseline applies to. The default value isWINDOWS.- Returns:
this
-
patchGroups
Sets the value ofCfnPatchBaselineMixinProps.getPatchGroups()- Parameters:
patchGroups- The name of the patch group to be registered with the patch baseline.- Returns:
this
-
rejectedPatches
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder rejectedPatches(List<String> rejectedPatches) Sets the value ofCfnPatchBaselineMixinProps.getRejectedPatches()- Parameters:
rejectedPatches- A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see Package name formats for approved and rejected patch lists in the AWS Systems Manager User Guide .- Returns:
this
-
rejectedPatchesAction
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder rejectedPatchesAction(String rejectedPatchesAction) Sets the value ofCfnPatchBaselineMixinProps.getRejectedPatchesAction()- Parameters:
rejectedPatchesAction- The action for Patch Manager to take on patches included in theRejectedPackageslist.- ALLOW_AS_DEPENDENCY - Linux and macOS : 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
INSTALLED_OTHER. This is the default action if no option is specified.
Windows Server : Windows Server doesn't support the concept of package dependencies. If a package in the rejected patches list and already installed on the node, its status is reported as
INSTALLED_OTHER. Any package not already installed on the node is skipped. This is the default action if no option is specified.- BLOCK - All OSs : Packages in the rejected patches list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances.
State value assignment for patch compliance:
- If a package was installed before it was added to the rejected patches list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as
INSTALLED_REJECTED. - If an update attempts to install a dependency package that is now rejected by the baseline, when previous versions of the package were not rejected, the package being updated is reported as
MISSINGforSCANoperations and asFAILEDforINSTALLoperations.
- ALLOW_AS_DEPENDENCY - Linux and macOS : 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
- Returns:
this
-
sources
Sets the value ofCfnPatchBaselineMixinProps.getSources()- Parameters:
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.- Returns:
this
-
sources
@Stability(Stable) public CfnPatchBaselineMixinProps.Builder sources(List<? extends Object> sources) Sets the value ofCfnPatchBaselineMixinProps.getSources()- Parameters:
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.- Returns:
this
-
tags
Sets the value ofCfnPatchBaselineMixinProps.getTags()- Parameters:
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.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPatchBaselineMixinProps>- Returns:
- a new instance of
CfnPatchBaselineMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-