Interface UpdateSecurityRequirementEntry.Builder

  • Method Details

    • name

      The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.

      Parameters:
      name - The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      The updated description of the security requirement.

      Parameters:
      description - The updated description of the security requirement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • domain

      The updated security domain the requirement belongs to.

      Parameters:
      domain - The updated security domain the requirement belongs to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • evaluation

      The updated evaluation criteria used to assess compliance with this requirement.

      Parameters:
      evaluation - The updated evaluation criteria used to assess compliance with this requirement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • remediation

      The updated remediation steps when the requirement is not met.

      Parameters:
      remediation - The updated remediation steps when the requirement is not met.
      Returns:
      Returns a reference to this object so that method calls can be chained together.