public static interface PillarReviewSummary.Builder extends SdkPojo, CopyableBuilder<PillarReviewSummary.Builder,PillarReviewSummary>
| Modifier and Type | Method and Description |
|---|---|
PillarReviewSummary.Builder |
notes(String notes)
Sets the value of the Notes property for this object.
|
PillarReviewSummary.Builder |
pillarId(String pillarId)
Sets the value of the PillarId property for this object.
|
PillarReviewSummary.Builder |
pillarName(String pillarName)
Sets the value of the PillarName property for this object.
|
PillarReviewSummary.Builder |
prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
PillarReviewSummary.Builder |
prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
Sets the value of the PrioritizedRiskCounts property for this object.
|
PillarReviewSummary.Builder |
riskCounts(Map<Risk,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
PillarReviewSummary.Builder |
riskCountsWithStrings(Map<String,Integer> riskCounts)
Sets the value of the RiskCounts property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPillarReviewSummary.Builder pillarId(String pillarId)
pillarId - The new value for the PillarId property for this object.PillarReviewSummary.Builder pillarName(String pillarName)
pillarName - The new value for the PillarName property for this object.PillarReviewSummary.Builder notes(String notes)
notes - The new value for the Notes property for this object.PillarReviewSummary.Builder riskCountsWithStrings(Map<String,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.PillarReviewSummary.Builder riskCounts(Map<Risk,Integer> riskCounts)
riskCounts - The new value for the RiskCounts property for this object.PillarReviewSummary.Builder prioritizedRiskCountsWithStrings(Map<String,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.PillarReviewSummary.Builder prioritizedRiskCounts(Map<Risk,Integer> prioritizedRiskCounts)
prioritizedRiskCounts - The new value for the PrioritizedRiskCounts property for this object.Copyright © 2023. All rights reserved.