Interface UpdateReviewTemplateRequest.Builder

    • Method Detail

      • templateArn

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

        UpdateReviewTemplateRequest.Builder templateName​(String templateName)

        The review template name.

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

        UpdateReviewTemplateRequest.Builder description​(String description)

        The review template description.

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

        UpdateReviewTemplateRequest.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.
      • lensesToAssociate

        UpdateReviewTemplateRequest.Builder lensesToAssociate​(Collection<String> lensesToAssociate)

        A list of lens aliases or ARNs to apply to the review template.

        Parameters:
        lensesToAssociate - A list of lens aliases or ARNs to apply to the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensesToAssociate

        UpdateReviewTemplateRequest.Builder lensesToAssociate​(String... lensesToAssociate)

        A list of lens aliases or ARNs to apply to the review template.

        Parameters:
        lensesToAssociate - A list of lens aliases or ARNs to apply to the review template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensesToDisassociate

        UpdateReviewTemplateRequest.Builder lensesToDisassociate​(Collection<String> lensesToDisassociate)

        A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.

        Parameters:
        lensesToDisassociate - A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lensesToDisassociate

        UpdateReviewTemplateRequest.Builder lensesToDisassociate​(String... lensesToDisassociate)

        A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.

        Parameters:
        lensesToDisassociate - A list of lens aliases or ARNs to unapply to the review template. The wellarchitected lens cannot be unapplied.
        Returns:
        Returns a reference to this object so that method calls can be chained together.