Interface ReviewTemplateLensReview.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReviewTemplateLensReview.Builder,
,ReviewTemplateLensReview> SdkBuilder<ReviewTemplateLensReview.Builder,
,ReviewTemplateLensReview> SdkPojo
- Enclosing class:
ReviewTemplateLensReview
public static interface ReviewTemplateLensReview.Builder
extends SdkPojo, CopyableBuilder<ReviewTemplateLensReview.Builder,ReviewTemplateLensReview>
-
Method Summary
Modifier and TypeMethodDescriptionSets the value of the LensAlias property for this object.The lens ARN.Sets the value of the LensName property for this object.lensStatus
(String lensStatus) The status of the lens.lensStatus
(LensStatus lensStatus) The status of the lens.lensVersion
(String lensVersion) The version of the lens.Sets the value of the NextToken property for this object.Sets the value of the Notes property for this object.pillarReviewSummaries
(Collection<ReviewTemplatePillarReviewSummary> pillarReviewSummaries) Pillar review summaries of a lens review.pillarReviewSummaries
(Consumer<ReviewTemplatePillarReviewSummary.Builder>... pillarReviewSummaries) Pillar review summaries of a lens review.pillarReviewSummaries
(ReviewTemplatePillarReviewSummary... pillarReviewSummaries) Pillar review summaries of a lens review.questionCounts
(Map<Question, Integer> questionCounts) A count of how many questions are answered and unanswered in the lens review.questionCountsWithStrings
(Map<String, Integer> questionCounts) A count of how many questions are answered and unanswered in the lens review.Sets the value of the UpdatedAt property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
The lens ARN.
- Parameters:
lensArn
- The lens ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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.
-
lensStatus
The status of the lens.
- Parameters:
lensStatus
- The status of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lensStatus
The status of the lens.
- Parameters:
lensStatus
- The status of the lens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
pillarReviewSummaries
ReviewTemplateLensReview.Builder pillarReviewSummaries(Collection<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.
-
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.
-
pillarReviewSummaries
ReviewTemplateLensReview.Builder pillarReviewSummaries(Consumer<ReviewTemplatePillarReviewSummary.Builder>... pillarReviewSummaries) Pillar review summaries of a lens review.
This is a convenience method that creates an instance of theReviewTemplatePillarReviewSummary.Builder
avoiding the need to create one manually viaReviewTemplatePillarReviewSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed topillarReviewSummaries(List<ReviewTemplatePillarReviewSummary>)
.- Parameters:
pillarReviewSummaries
- a consumer that will call methods onReviewTemplatePillarReviewSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
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
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
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
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.
-