Interface PillarReviewSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PillarReviewSummary.Builder,PillarReviewSummary>,SdkBuilder<PillarReviewSummary.Builder,PillarReviewSummary>,SdkPojo
- Enclosing class:
- PillarReviewSummary
public static interface PillarReviewSummary.Builder extends SdkPojo, CopyableBuilder<PillarReviewSummary.Builder,PillarReviewSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PillarReviewSummary.Buildernotes(String notes)Sets the value of the Notes property for this object.PillarReviewSummary.BuilderpillarId(String pillarId)Sets the value of the PillarId property for this object.PillarReviewSummary.BuilderpillarName(String pillarName)Sets the value of the PillarName property for this object.PillarReviewSummary.BuilderprioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.PillarReviewSummary.BuilderprioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)Sets the value of the PrioritizedRiskCounts property for this object.PillarReviewSummary.BuilderriskCounts(Map<Risk,Integer> riskCounts)Sets the value of the RiskCounts property for this object.PillarReviewSummary.BuilderriskCountsWithStrings(Map<String,Integer> riskCounts)Sets the value of the RiskCounts 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 Detail
-
pillarId
PillarReviewSummary.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
PillarReviewSummary.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
PillarReviewSummary.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.
-
riskCountsWithStrings
PillarReviewSummary.Builder riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.- Parameters:
riskCounts- The new value for the RiskCounts property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
riskCounts
PillarReviewSummary.Builder riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.- Parameters:
riskCounts- The new value for the RiskCounts property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prioritizedRiskCountsWithStrings
PillarReviewSummary.Builder prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.- Parameters:
prioritizedRiskCounts- The new value for the PrioritizedRiskCounts property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prioritizedRiskCounts
PillarReviewSummary.Builder prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.- Parameters:
prioritizedRiskCounts- The new value for the PrioritizedRiskCounts property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-