Interface CurrentPerformanceRiskRatings.Builder

    • Method Detail

      • high

        CurrentPerformanceRiskRatings.Builder high​(Long high)

        A count of the applicable resource types with a high performance risk rating.

        Parameters:
        high - A count of the applicable resource types with a high performance risk rating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • medium

        CurrentPerformanceRiskRatings.Builder medium​(Long medium)

        A count of the applicable resource types with a medium performance risk rating.

        Parameters:
        medium - A count of the applicable resource types with a medium performance risk rating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • low

        CurrentPerformanceRiskRatings.Builder low​(Long low)

        A count of the applicable resource types with a low performance risk rating.

        Parameters:
        low - A count of the applicable resource types with a low performance risk rating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • veryLow

        CurrentPerformanceRiskRatings.Builder veryLow​(Long veryLow)

        A count of the applicable resource types with a very low performance risk rating.

        Parameters:
        veryLow - A count of the applicable resource types with a very low performance risk rating.
        Returns:
        Returns a reference to this object so that method calls can be chained together.