Interface InsightHealth.Builder

All Superinterfaces:
Buildable, CopyableBuilder<InsightHealth.Builder,InsightHealth>, SdkBuilder<InsightHealth.Builder,InsightHealth>, SdkPojo
Enclosing class:
InsightHealth

public static interface InsightHealth.Builder extends SdkPojo, CopyableBuilder<InsightHealth.Builder,InsightHealth>
  • Method Details

    • openProactiveInsights

      InsightHealth.Builder openProactiveInsights(Integer openProactiveInsights)

      The number of open proactive insights.

      Parameters:
      openProactiveInsights - The number of open proactive insights.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • openReactiveInsights

      InsightHealth.Builder openReactiveInsights(Integer openReactiveInsights)

      The number of open reactive insights.

      Parameters:
      openReactiveInsights - The number of open reactive insights.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • meanTimeToRecoverInMilliseconds

      InsightHealth.Builder meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)

      The Meant Time to Recover (MTTR) for the insight.

      Parameters:
      meanTimeToRecoverInMilliseconds - The Meant Time to Recover (MTTR) for the insight.
      Returns:
      Returns a reference to this object so that method calls can be chained together.