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 Details

    • 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

      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.