public static interface DescribeAccountOverviewResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountOverviewResponse.Builder |
meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
|
DescribeAccountOverviewResponse.Builder |
proactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during
the time range passed in.
|
DescribeAccountOverviewResponse.Builder |
reactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during
the time range passed in.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountOverviewResponse.Builder reactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your AWS account that were created during the time range passed in.
reactiveInsights - An integer that specifies the number of open reactive insights in your AWS account that were created
during the time range passed in.DescribeAccountOverviewResponse.Builder proactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your AWS account that were created during the time range passed in.
proactiveInsights - An integer that specifies the number of open proactive insights in your AWS account that were created
during the time range passed in.DescribeAccountOverviewResponse.Builder meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
meanTimeToRecoverInMilliseconds - The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed
in.Copyright © 2021. All rights reserved.