Interface ServiceInsightHealth.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>,SdkBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>,SdkPojo
- Enclosing class:
- ServiceInsightHealth
public static interface ServiceInsightHealth.Builder extends SdkPojo, CopyableBuilder<ServiceInsightHealth.Builder,ServiceInsightHealth>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceInsightHealth.BuilderopenProactiveInsights(Integer openProactiveInsights)The number of open proactive insights in the Amazon Web Services serviceServiceInsightHealth.BuilderopenReactiveInsights(Integer openReactiveInsights)The number of open reactive insights in the Amazon Web Services service-
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
ServiceInsightHealth.Builder openProactiveInsights(Integer openProactiveInsights)
The number of open proactive insights in the Amazon Web Services service
- Parameters:
openProactiveInsights- The number of open proactive insights in the Amazon Web Services service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
openReactiveInsights
ServiceInsightHealth.Builder openReactiveInsights(Integer openReactiveInsights)
The number of open reactive insights in the Amazon Web Services service
- Parameters:
openReactiveInsights- The number of open reactive insights in the Amazon Web Services service- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-