Interface DescribeAccountOverviewResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>,DevOpsGuruResponse.Builder,SdkBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeAccountOverviewResponse
public static interface DescribeAccountOverviewResponse.Builder extends DevOpsGuruResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountOverviewResponse.Builder,DescribeAccountOverviewResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountOverviewResponse.BuildermeanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.DescribeAccountOverviewResponse.BuilderproactiveInsights(Integer proactiveInsights)An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.DescribeAccountOverviewResponse.BuilderreactiveInsights(Integer reactiveInsights)An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.-
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
-
reactiveInsights
DescribeAccountOverviewResponse.Builder reactiveInsights(Integer reactiveInsights)
An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.
- Parameters:
reactiveInsights- An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
proactiveInsights
DescribeAccountOverviewResponse.Builder proactiveInsights(Integer proactiveInsights)
An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.
- Parameters:
proactiveInsights- An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meanTimeToRecoverInMilliseconds
DescribeAccountOverviewResponse.Builder meanTimeToRecoverInMilliseconds(Long meanTimeToRecoverInMilliseconds)
The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.
- Parameters:
meanTimeToRecoverInMilliseconds- The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-