static ReviewTemplate.Builder |
ReviewTemplate.builder() |
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.description(String description) |
The review template description.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.lenses(String... lenses) |
The lenses applied to the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.lenses(Collection<String> lenses) |
The lenses applied to the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.notes(String notes) |
Sets the value of the Notes property for this object.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.owner(String owner) |
Sets the value of the Owner property for this object.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.questionCounts(Map<Question,Integer> questionCounts) |
A count of how many total questions are answered and unanswered in the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.questionCountsWithStrings(Map<String,Integer> questionCounts) |
A count of how many total questions are answered and unanswered in the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.shareInvitationId(String shareInvitationId) |
The ID assigned to the template share invitation.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.tags(Map<String,String> tags) |
The tags assigned to the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.templateArn(String templateArn) |
The review template ARN.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.templateName(String templateName) |
The name of the review template.
|
ReviewTemplate.Builder |
ReviewTemplate.toBuilder() |
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.updatedAt(Instant updatedAt) |
Sets the value of the UpdatedAt property for this object.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.updateStatus(String updateStatus) |
The latest status of a review template.
|
ReviewTemplate.Builder |
ReviewTemplate.Builder.updateStatus(ReviewTemplateUpdateStatus updateStatus) |
The latest status of a review template.
|