Interface DescribeAccountHealthResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountHealthResponse
public static interface DescribeAccountHealthResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountHealthResponse.Builder,DescribeAccountHealthResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountHealthResponse.BuilderanalyzedResourceCount(Long analyzedResourceCount)Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.DescribeAccountHealthResponse.BuildermetricsAnalyzed(Integer metricsAnalyzed)An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.DescribeAccountHealthResponse.BuilderopenProactiveInsights(Integer openProactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account.DescribeAccountHealthResponse.BuilderopenReactiveInsights(Integer openReactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account.DescribeAccountHealthResponse.BuilderresourceHours(Long resourceHours)The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devopsguru.model.DevOpsGuruResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
openReactiveInsights
DescribeAccountHealthResponse.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.
-
openProactiveInsights
DescribeAccountHealthResponse.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.
-
metricsAnalyzed
DescribeAccountHealthResponse.Builder metricsAnalyzed(Integer metricsAnalyzed)
An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.
- Parameters:
metricsAnalyzed- An integer that specifies the number of metrics that have been analyzed in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceHours
DescribeAccountHealthResponse.Builder resourceHours(Long resourceHours)
The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.
- Parameters:
resourceHours- The number of Amazon DevOps Guru resource analysis hours billed to the current Amazon Web Services account in the last hour.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyzedResourceCount
DescribeAccountHealthResponse.Builder analyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.
- Parameters:
analyzedResourceCount- Number of resources that DevOps Guru is monitoring in your Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-