Interface ReviewTemplatePillarReviewSummary.Builder

    • Method Detail

      • pillarId

        ReviewTemplatePillarReviewSummary.Builder pillarId​(String pillarId)
        Sets the value of the PillarId property for this object.
        Parameters:
        pillarId - The new value for the PillarId property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pillarName

        ReviewTemplatePillarReviewSummary.Builder pillarName​(String pillarName)
        Sets the value of the PillarName property for this object.
        Parameters:
        pillarName - The new value for the PillarName property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • notes

        ReviewTemplatePillarReviewSummary.Builder notes​(String notes)
        Sets the value of the Notes property for this object.
        Parameters:
        notes - The new value for the Notes property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • questionCountsWithStrings

        ReviewTemplatePillarReviewSummary.Builder questionCountsWithStrings​(Map<String,​Integer> questionCounts)

        A count of how many questions are answered and unanswered in the requested pillar of the lens review.

        Parameters:
        questionCounts - A count of how many questions are answered and unanswered in the requested pillar of the lens review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • questionCounts

        ReviewTemplatePillarReviewSummary.Builder questionCounts​(Map<Question,​Integer> questionCounts)

        A count of how many questions are answered and unanswered in the requested pillar of the lens review.

        Parameters:
        questionCounts - A count of how many questions are answered and unanswered in the requested pillar of the lens review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.