Interface TemplateSectionInstruction.Builder

  • Method Details

    • sectionHeader

      TemplateSectionInstruction.Builder sectionHeader(String sectionHeader)

      The header for this section of the template

      Parameters:
      sectionHeader - The header for this section of the template
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sectionInstruction

      TemplateSectionInstruction.Builder sectionInstruction(String sectionInstruction)

      The instruction for generating this section

      Parameters:
      sectionInstruction - The instruction for generating this section
      Returns:
      Returns a reference to this object so that method calls can be chained together.