Interface ReviewTemplateSummary.Builder

    • Method Detail

      • description

        ReviewTemplateSummary.Builder description​(String description)

        Description of the review template.

        Parameters:
        description - Description of the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lenses

        ReviewTemplateSummary.Builder lenses​(Collection<String> lenses)

        Lenses associated with the review template.

        Parameters:
        lenses - Lenses associated with the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lenses

        ReviewTemplateSummary.Builder lenses​(String... lenses)

        Lenses associated with the review template.

        Parameters:
        lenses - Lenses associated with the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • owner

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

        ReviewTemplateSummary.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.
      • templateArn

        ReviewTemplateSummary.Builder templateArn​(String templateArn)

        The review template ARN.

        Parameters:
        templateArn - The review template ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        ReviewTemplateSummary.Builder templateName​(String templateName)

        The name of the review template.

        Parameters:
        templateName - The name of the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.