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