Interface ReviewTemplatePillarReviewSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReviewTemplatePillarReviewSummary.Builder,ReviewTemplatePillarReviewSummary>,SdkBuilder<ReviewTemplatePillarReviewSummary.Builder,ReviewTemplatePillarReviewSummary>,SdkPojo
- Enclosing class:
- ReviewTemplatePillarReviewSummary
public static interface ReviewTemplatePillarReviewSummary.Builder extends SdkPojo, CopyableBuilder<ReviewTemplatePillarReviewSummary.Builder,ReviewTemplatePillarReviewSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReviewTemplatePillarReviewSummary.Buildernotes(String notes)Sets the value of the Notes property for this object.ReviewTemplatePillarReviewSummary.BuilderpillarId(String pillarId)Sets the value of the PillarId property for this object.ReviewTemplatePillarReviewSummary.BuilderpillarName(String pillarName)Sets the value of the PillarName property for this object.ReviewTemplatePillarReviewSummary.BuilderquestionCounts(Map<Question,Integer> questionCounts)A count of how many questions are answered and unanswered in the requested pillar of the lens review.ReviewTemplatePillarReviewSummary.BuilderquestionCountsWithStrings(Map<String,Integer> questionCounts)A count of how many questions are answered and unanswered in the requested pillar of the lens review.-
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 Detail
-
pillarId
ReviewTemplatePillarReviewSummary.Builder pillarId(String pillarId)
Sets the value of the PillarId property for this object.- Parameters:
pillarId- The new value for the PillarId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pillarName
ReviewTemplatePillarReviewSummary.Builder pillarName(String pillarName)
Sets the value of the PillarName property for this object.- Parameters:
pillarName- The new value for the PillarName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notes
ReviewTemplatePillarReviewSummary.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
ReviewTemplatePillarReviewSummary.Builder questionCountsWithStrings(Map<String,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
- Parameters:
questionCounts- A count of how many questions are answered and unanswered in the requested pillar of the lens review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
questionCounts
ReviewTemplatePillarReviewSummary.Builder questionCounts(Map<Question,Integer> questionCounts)
A count of how many questions are answered and unanswered in the requested pillar of the lens review.
- Parameters:
questionCounts- A count of how many questions are answered and unanswered in the requested pillar of the lens review.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-