Interface ReviewTemplateLensReview.Builder

    • Method Detail

      • lensAlias

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

        ReviewTemplateLensReview.Builder lensArn​(String lensArn)

        The lens ARN.

        Parameters:
        lensArn - The lens ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensVersion

        ReviewTemplateLensReview.Builder lensVersion​(String lensVersion)

        The version of the lens.

        Parameters:
        lensVersion - The version of the lens.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensName

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

        ReviewTemplateLensReview.Builder pillarReviewSummaries​(ReviewTemplatePillarReviewSummary... pillarReviewSummaries)

        Pillar review summaries of a lens review.

        Parameters:
        pillarReviewSummaries - Pillar review summaries of a lens review.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedAt

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

        ReviewTemplateLensReview.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

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

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

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

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

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

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

        ReviewTemplateLensReview.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.