Interface PatchRule.Builder

All Superinterfaces:
Buildable, CopyableBuilder<PatchRule.Builder,PatchRule>, SdkBuilder<PatchRule.Builder,PatchRule>, SdkPojo
Enclosing class:
PatchRule

public static interface PatchRule.Builder extends SdkPojo, CopyableBuilder<PatchRule.Builder,PatchRule>
  • Method Details

    • patchFilterGroup

      PatchRule.Builder patchFilterGroup(PatchFilterGroup patchFilterGroup)

      The patch filter group that defines the criteria for the rule.

      Parameters:
      patchFilterGroup - The patch filter group that defines the criteria for the rule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • patchFilterGroup

      default PatchRule.Builder patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup)

      The patch filter group that defines the criteria for the rule.

      This is a convenience method that creates an instance of the PatchFilterGroup.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 patchFilterGroup(PatchFilterGroup).

      Parameters:
      patchFilterGroup - a consumer that will call methods on PatchFilterGroup.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • complianceLevel

      PatchRule.Builder complianceLevel(String complianceLevel)

      A compliance severity level for all approved patches in a patch baseline.

      Parameters:
      complianceLevel - A compliance severity level for all approved patches in a patch baseline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • complianceLevel

      PatchRule.Builder complianceLevel(PatchComplianceLevel complianceLevel)

      A compliance severity level for all approved patches in a patch baseline.

      Parameters:
      complianceLevel - A compliance severity level for all approved patches in a patch baseline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • approveAfterDays

      PatchRule.Builder approveAfterDays(Integer approveAfterDays)

      The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.

      Parameters:
      approveAfterDays - The number of days after the release date of each patch matched by the rule that the patch is marked as approved in the patch baseline. For example, a value of 7 means that patches are approved seven days after they are released. Not supported on Debian Server or Ubuntu Server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • approveUntilDate

      PatchRule.Builder approveUntilDate(String approveUntilDate)

      The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

      Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

      Parameters:
      approveUntilDate - The cutoff date for auto approval of released patches. Any patches released on or before this date are installed automatically. Not supported on Debian Server or Ubuntu Server.

      Enter dates in the format YYYY-MM-DD. For example, 2021-12-31.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • enableNonSecurity

      PatchRule.Builder enableNonSecurity(Boolean enableNonSecurity)

      For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.

      Parameters:
      enableNonSecurity - For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security updates available in the specified repository. The default value is false. Applies to Linux managed nodes only.
      Returns:
      Returns a reference to this object so that method calls can be chained together.