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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InsightHealth.BuildermeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)The Meant Time to Recover (MTTR) for the insight.InsightHealth.BuilderopenProactiveInsights(Integer openProactiveInsights)The number of open proactive insights.InsightHealth.BuilderopenReactiveInsights(Integer openReactiveInsights)The number of open reactive insights.-
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
-
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.
-
-