Interface RemediationStep.Builder

  • Method Details

    • title

      An optional short label for the step.

      Parameters:
      title - An optional short label for the step.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • content

      RemediationStep.Builder content(String content)

      The content describing the step, which can include code examples and verification checklists.

      Parameters:
      content - The content describing the step, which can include code examples and verification checklists.
      Returns:
      Returns a reference to this object so that method calls can be chained together.